| 12345678910111213141516171819202122232425 | // GENERATED CODE - DO NOT MODIFY BY HANDpart of 'auth_repository.dart';// **************************************************************************// RiverpodGenerator// **************************************************************************String _$authRepositoryHash() => r'7a5e497d6eb8c4c1f189e277e25a7a1d9bae8433';/// See also [authRepository].@ProviderFor(authRepository)final authRepositoryProvider = AutoDisposeProvider<AuthRepository>.internal(  authRepository,  name: r'authRepositoryProvider',  debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')      ? null      : _$authRepositoryHash,  dependencies: null,  allTransitiveDependencies: null,);typedef AuthRepositoryRef = AutoDisposeProviderRef<AuthRepository>;// ignore_for_file: type=lint// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
 |