Eliminar creche_app/lib/core/auth_provider.g.dart
This commit is contained in:
parent
9f584a5874
commit
6aa489548b
|
|
@ -1,54 +0,0 @@
|
|||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'auth_provider.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// RiverpodGenerator
|
||||
// **************************************************************************
|
||||
|
||||
String _$currentSessionHash() => r'currentSessionHash';
|
||||
|
||||
@ProviderFor(currentSession)
|
||||
final currentSessionProvider = AutoDisposeFutureProvider<Session?>.internal(
|
||||
currentSession,
|
||||
name: r'currentSessionProvider',
|
||||
debugGetCreateSourceHash:
|
||||
const bool.fromEnvironment('dart.vm.product') ? null : _$currentSessionHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
||||
typedef CurrentSessionRef = AutoDisposeFutureProviderRef<Session?>;
|
||||
|
||||
String _$currentProfileHash() => r'currentProfileHash';
|
||||
|
||||
@ProviderFor(currentProfile)
|
||||
final currentProfileProvider = AutoDisposeFutureProvider<Profile?>.internal(
|
||||
currentProfile,
|
||||
name: r'currentProfileProvider',
|
||||
debugGetCreateSourceHash:
|
||||
const bool.fromEnvironment('dart.vm.product') ? null : _$currentProfileHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
||||
typedef CurrentProfileRef = AutoDisposeFutureProviderRef<Profile?>;
|
||||
|
||||
String _$authNotifierHash() => r'authNotifierHash';
|
||||
|
||||
@ProviderFor(AuthNotifier)
|
||||
final authNotifierProvider =
|
||||
AutoDisposeAsyncNotifierProvider<AuthNotifier, void>.internal(
|
||||
AuthNotifier.new,
|
||||
name: r'authNotifierProvider',
|
||||
debugGetCreateSourceHash:
|
||||
const bool.fromEnvironment('dart.vm.product') ? null : _$authNotifierHash,
|
||||
dependencies: null,
|
||||
allTransitiveDependencies: null,
|
||||
);
|
||||
|
||||
typedef _$AuthNotifier = AutoDisposeAsyncNotifier<void>;
|
||||
// ignore_for_file: type=lint
|
||||
// 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
|
||||
Loading…
Reference in New Issue