blob: 6c17178391595a0445352d667c7ee08c33102f72 [file] [log] [blame]
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library usage_impl;
import 'dart:async';
import '../usage.dart';
Future<Analytics> createAnalytics(
String trackingId,
String applicationName,
String applicationVersion, {
String analyticsUrl
}) {
throw new UnimplementedError();
}