blob: 5e35e94dbd8bb8daf67ed5d3f40e61c9613218da [file] [log] [blame]
Devon Carewb59f60b2016-10-16 13:23:46 -07001// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4
Devon Carew1980ea02017-02-05 14:42:53 -08005/// In order to use this library import the `usage_io.dart` file and
6/// instantiate the [AnalyticsIO] class.
7///
8/// You'll need to provide a Google Analytics tracking ID, the application name,
9/// and the application version.
Devon Carewb59f60b2016-10-16 13:23:46 -070010library usage_io;
11
Devon Carew1980ea02017-02-05 14:42:53 -080012export 'src/usage_impl_io.dart' show AnalyticsIO;
Devon Carewb59f60b2016-10-16 13:23:46 -070013export 'usage.dart';