blob: 569c1eb44464d2918f57de4179dac670b10dcea3 [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_html.dart` file and
6/// instantiate the [AnalyticsHtml] 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_html;
11
Devon Carew1980ea02017-02-05 14:42:53 -080012export 'src/usage_impl_html.dart' show AnalyticsHtml;
Devon Carewb59f60b2016-10-16 13:23:46 -070013export 'usage.dart';