123456789101112131415161718192021222324252627 |
- part of 'auth_component_service.dart';
- String _$authServiceHash() => r'b4b18b8fa2925aa18560ce342d3eeb9021367610';
- @ProviderFor(authService)
- final authServiceProvider = Provider<AuthService>.internal(
- authService,
- name: r'authServiceProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$authServiceHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- @Deprecated('Will be removed in 3.0. Use Ref instead')
- typedef AuthServiceRef = ProviderRef<AuthService>;
|