// Copyright 2018, 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/http_metric.dart'; | |
part 'src/performance_attributes.dart'; | |
part 'src/trace.dart'; |