Files
shorebird/third_party/googleapis_auth/lib/auth.dart
T
2024-02-15 15:07:48 -05:00

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';