Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
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 > _onLoadSessionEvent (LoadSessionEvent event, Emitter< AuthenticationState > emit,) async
Future< void > _onSignOutEvent (SignOutEvent 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

Detailed Description

Definition at line 20 of file authentication_bloc.dart.

Member Function Documentation

◆ _onCheckBiometricAuthenticationAvailabilityEvent()

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

Definition at line 119 of file authentication_bloc.dart.

Here is the caller graph for this function:

◆ _onLoadCredentialsEvent()

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

Definition at line 108 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 39 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 67 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 50 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 87 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 29 of file authentication_bloc.dart.

Here is the call graph for this function:

Member Data Documentation

◆ _checkBiometricAuthAvailabilityUseCase

final Bloc< AuthenticationEvent, AuthenticationState >::_checkBiometricAuthAvailabilityUseCase
private
Initial value:

Definition at line 26 of file authentication_bloc.dart.

◆ _loadSessionUseCase

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

Definition at line 25 of file authentication_bloc.dart.

◆ _loadUserCredentialsUseCase

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

Definition at line 24 of file authentication_bloc.dart.

◆ _signInUseCase

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

Definition at line 22 of file authentication_bloc.dart.

◆ _signOutUseCase

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

Definition at line 23 of file authentication_bloc.dart.


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