|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
Go to the source code of this file.
Classes | |
| class | Equatable |
| class | AuthenticationState |
Functions | |
| const | AuthenticationFailureState ({required this.failure}) |
| const | CredentialsLoadedState ({required this.credentials}) |
| const | FastSignInFailed ({required this.failure}) |
Variables | |
| part of authentication_bloc | dart |
| sealed class AuthenticationState extends Equatable | failure |
| final class AuthenticatedState extends AuthenticationState | credentials |
| const AuthenticationFailureState | ( | {required this.failure} | ) |

| const CredentialsLoadedState | ( | {required this.credentials} | ) |

| const FastSignInFailed | ( | {required this.failure} | ) |

| final class AuthenticatedState extends AuthenticationState credentials |
| part of authentication_bloc dart |
Definition at line 1 of file authentication_state.dart.
| final class GetAvailableVehiclesSuccessState extends CheckInOutState failure |