blob: 8f8a2e7a434899a94ae5d72ac95f2391b8e2903f [file] [log] [blame]
// 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 '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';