27 lines
956 B
Dart
27 lines
956 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'auth.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$authRepositoryHash() => r'90ea6f082ef968831763c7f7ee31863f1fe329fe';
|
|
|
|
/// See also [AuthRepository].
|
|
@ProviderFor(AuthRepository)
|
|
final authRepositoryProvider =
|
|
AutoDisposeNotifierProvider<AuthRepository, void>.internal(
|
|
AuthRepository.new,
|
|
name: r'authRepositoryProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$authRepositoryHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$AuthRepository = AutoDisposeNotifier<void>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|