auth_component_service.g.dart 989 B

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