mirror of
https://github.com/bettercoding-dev/flutter-jwt-auth.git
synced 2025-08-06 17:28:17 +08:00
27 lines
946 B
Dart
27 lines
946 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'auth_controller.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$authControllerHash() => r'413fe66c0b164847c772c71ea7dfd1270ffe7672';
|
|
|
|
/// See also [AuthController].
|
|
@ProviderFor(AuthController)
|
|
final authControllerProvider =
|
|
AutoDisposeAsyncNotifierProvider<AuthController, AuthData?>.internal(
|
|
AuthController.new,
|
|
name: r'authControllerProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$authControllerHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$AuthController = AutoDisposeAsyncNotifier<AuthData?>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|