mirror of
https://github.com/bettercoding-dev/flutter-jwt-auth.git
synced 2025-08-06 17:28:17 +08:00
26 lines
918 B
Dart
26 lines
918 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'auth_repository.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$authRepositoryHash() => r'0eb6db9e8bb6c8d101d6d31065b02e0d53114782';
|
|
|
|
/// 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
|