12 lines
422 B
Dart
12 lines
422 B
Dart
// Copyright (c) 2021, 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.
|
|
|
|
// ignore_for_file: comment_references
|
|
|
|
/// This library has been deprecated. Use [googleapis_auth] instead.
|
|
@Deprecated('Use `googleapis_auth.dart` instead')
|
|
library auth;
|
|
|
|
export 'googleapis_auth.dart';
|