Devon Carew | b59f60b | 2016-10-16 13:23:46 -0700 | [diff] [blame] | 1 | // 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 Carew | 1980ea0 | 2017-02-05 14:42:53 -0800 | [diff] [blame] | 5 | /// 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 Carew | b59f60b | 2016-10-16 13:23:46 -0700 | [diff] [blame] | 10 | library usage_io; |
| 11 | |
Devon Carew | 1980ea0 | 2017-02-05 14:42:53 -0800 | [diff] [blame] | 12 | export 'src/usage_impl_io.dart' show AnalyticsIO; |
Devon Carew | b59f60b | 2016-10-16 13:23:46 -0700 | [diff] [blame] | 13 | export 'usage.dart'; |