auth_repository.g.dart 1018 B

12345678910111213141516171819202122232425262728
  1. // GENERATED CODE - DO NOT MODIFY BY HAND
  2. part of 'auth_repository.dart';
  3. // **************************************************************************
  4. // RiverpodGenerator
  5. // **************************************************************************
  6. String _$authRepositoryHash() => r'c47dc3a04d33b66a90d3c9d7749a5d51a5fbf199';
  7. /// See also [authRepository].
  8. @ProviderFor(authRepository)
  9. final authRepositoryProvider = Provider<AuthRepository>.internal(
  10. authRepository,
  11. name: r'authRepositoryProvider',
  12. debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
  13. ? null
  14. : _$authRepositoryHash,
  15. dependencies: null,
  16. allTransitiveDependencies: null,
  17. );
  18. @Deprecated('Will be removed in 3.0. Use Ref instead')
  19. // ignore: unused_element
  20. typedef AuthRepositoryRef = ProviderRef<AuthRepository>;
  21. // ignore_for_file: type=lint
  22. // 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