blob: a4574ab47dd11ae4f89b079105246d20979d59a8 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. 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';