// 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.libraryreporting;import'dart:async';import'package:http/http.dart'ashttp;import'package:meta/meta.dart';import'package:usage/usage_io.dart';import'../base/config.dart';import'../base/context.dart';import'../base/file_system.dart';import'../base/io.dart';import'../base/os.dart';import'../base/platform.dart';import'../base/time.dart';import'../base/utils.dart';import'../doctor.dart';import'../features.dart';import'../globals.dart';import'../runner/flutter_command.dart';import'../version.dart';part'crash_reporting.dart';part'disabled_usage.dart';part'events.dart';part'usage.dart';