Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
Bloc< AuthenticationEvent, AuthenticationState > Class Reference

Private Member Functions

 AuthenticationBloc ()
Future< void_onloadEmailEvent (LoadEmailEvent event, Emitter< AuthenticationState > emit,) async
Future< void_onSignInEvent (SignInEvent event, Emitter< AuthenticationState > emit,) async
Future< void_onFastSignInEvent (FastSignInEvent event, Emitter< AuthenticationState > emit,) async
Future< void_onSignOutEvent (SignOutEvent event, Emitter< AuthenticationState > emit,) async
Future< void_onLoadSessionEvent (LoadSessionEvent event, Emitter< AuthenticationState > emit,) async
Future< void_onLoadCredentialsEvent (LoadCredentialsEvent event, Emitter< AuthenticationState > emit,) async
Future< void_onCheckBiometricAuthenticationAvailabilityEvent (CheckBiometricAuthenticationAvailabilityEvent event, Emitter< AuthenticationState > emit,) async

Private Attributes

final _signInUseCase = sl<SignInUseCase>()
final _signOutUseCase = sl<SignOutUseCase>()
final _loadUserCredentialsUseCase = sl<LoadCredentialsUseCase>()
final _loadSessionUseCase = sl<LoadSessionUseCase>()
final _checkBiometricAuthAvailabilityUseCase = sl<CheckBiometricAuthAvailabilityUseCase>()
final _fastSignInUseCase = sl<FastSignInUseCase>()

Detailed Description

Definition at line 19 of file authentication_bloc.dart.

Member Function Documentation

◆ _onCheckBiometricAuthenticationAvailabilityEvent()

Future< void > Bloc< AuthenticationEvent, AuthenticationState >::_onCheckBiometricAuthenticationAvailabilityEvent ( CheckBiometricAuthenticationAvailabilityEvent event,
Emitter< AuthenticationState > emit )
inlineprivate

Definition at line 111 of file authentication_bloc.dart.

Here is the caller graph for this function:

◆ _onFastSignInEvent()

Future< void > Bloc< AuthenticationEvent, AuthenticationState >::_onFastSignInEvent ( FastSignInEvent event,
Emitter< AuthenticationState > emit )
inlineprivate

Definition at line 60 of file authentication_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onLoadCredentialsEvent()

Future< void > Bloc< AuthenticationEvent, AuthenticationState >::_onLoadCredentialsEvent ( LoadCredentialsEvent event,
Emitter< AuthenticationState > emit )
inlineprivate

Definition at line 100 of file authentication_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onloadEmailEvent()

Future< void > Bloc< AuthenticationEvent, AuthenticationState >::_onloadEmailEvent ( LoadEmailEvent event,
Emitter< AuthenticationState > emit )
inlineprivate

Definition at line 37 of file authentication_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onLoadSessionEvent()

Future< void > Bloc< AuthenticationEvent, AuthenticationState >::_onLoadSessionEvent ( LoadSessionEvent event,
Emitter< AuthenticationState > emit )
inlineprivate

Definition at line 83 of file authentication_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onSignInEvent()

Future< void > Bloc< AuthenticationEvent, AuthenticationState >::_onSignInEvent ( SignInEvent event,
Emitter< AuthenticationState > emit )
inlineprivate

Definition at line 48 of file authentication_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _onSignOutEvent()

Future< void > Bloc< AuthenticationEvent, AuthenticationState >::_onSignOutEvent ( SignOutEvent event,
Emitter< AuthenticationState > emit )
inlineprivate

Definition at line 72 of file authentication_bloc.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AuthenticationBloc()

Bloc< AuthenticationEvent, AuthenticationState >::AuthenticationBloc ( )
inlineprivate

Definition at line 27 of file authentication_bloc.dart.

Here is the call graph for this function:

Member Data Documentation

◆ _checkBiometricAuthAvailabilityUseCase

final Bloc< AuthenticationEvent, AuthenticationState >::_checkBiometricAuthAvailabilityUseCase = sl<CheckBiometricAuthAvailabilityUseCase>()
private

Definition at line 24 of file authentication_bloc.dart.

◆ _fastSignInUseCase

final Bloc< AuthenticationEvent, AuthenticationState >::_fastSignInUseCase = sl<FastSignInUseCase>()
private

Definition at line 25 of file authentication_bloc.dart.

◆ _loadSessionUseCase

final Bloc< AuthenticationEvent, AuthenticationState >::_loadSessionUseCase = sl<LoadSessionUseCase>()
private

Definition at line 23 of file authentication_bloc.dart.

◆ _loadUserCredentialsUseCase

final Bloc< AuthenticationEvent, AuthenticationState >::_loadUserCredentialsUseCase = sl<LoadCredentialsUseCase>()
private

Definition at line 22 of file authentication_bloc.dart.

◆ _signInUseCase

final Bloc< AuthenticationEvent, AuthenticationState >::_signInUseCase = sl<SignInUseCase>()
private

Definition at line 20 of file authentication_bloc.dart.

◆ _signOutUseCase

final Bloc< AuthenticationEvent, AuthenticationState >::_signOutUseCase = sl<SignOutUseCase>()
private

Definition at line 21 of file authentication_bloc.dart.


The documentation for this class was generated from the following file: