blob: ae6167df522326c2efdef54586b4ee9da92793a0 [file]
// Copyright 2017, the Flutter project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library firebase_performance;
import 'dart:async';
import 'dart:collection';
import 'package:flutter/services.dart';
import 'package:flutter/foundation.dart';
part 'src/firebase_performance.dart';
part 'src/trace.dart';