blob: 87fa96ad7560be90a71595f8f4d91a6a7c289928 [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();
}