auth property

Future<T?> auth

Implementation

Future<T?> get auth {
  throw UnimplementedError('auth is not implemented');
}