menu
flutter_simple_architecture package
documentation
core/providers/auth_provider.dart
AuthState
AuthState.unauthenticated const constructor
AuthState.unauthenticated const constructor
dark_mode
light_mode
AuthState.unauthenticated
constructor
const
AuthState.unauthenticated
(
)
Implementation
const factory AuthState.unauthenticated() = _Unauthenticated;
flutter_simple_architecture package
documentation
core/providers/auth_provider
AuthState
AuthState.unauthenticated const constructor
AuthState class