Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
ChangeNotifier Class Reference
Collaboration diagram for ChangeNotifier:

Private Member Functions

 AuthNotifier (this._authBloc)
void _onFastSignInStateChanged ()
override void dispose ()

Private Attributes

final AuthenticationBloc _authBloc
final FastSignInService _fastSignInService = FastSignInService()
late final StreamSubscription< AuthenticationState_subscription
bool _isAuthenticated = false
bool get isAuthenticated => _isAuthenticated

Detailed Description

Definition at line 6 of file auth_notifier.dart.

Member Function Documentation

◆ _onFastSignInStateChanged()

void ChangeNotifier::_onFastSignInStateChanged ( )
inlineprivate

Definition at line 29 of file auth_notifier.dart.

Here is the caller graph for this function:

◆ AuthNotifier()

ChangeNotifier::AuthNotifier ( this. _authBloc)
inlineprivate

Definition at line 12 of file auth_notifier.dart.

Here is the call graph for this function:

◆ dispose()

override void ChangeNotifier::dispose ( )
inlineprivate

Definition at line 36 of file auth_notifier.dart.

Here is the call graph for this function:

Member Data Documentation

◆ _authBloc

final AuthenticationBloc ChangeNotifier::_authBloc
private

Definition at line 7 of file auth_notifier.dart.

◆ _fastSignInService

final FastSignInService ChangeNotifier::_fastSignInService = FastSignInService()
private

Definition at line 8 of file auth_notifier.dart.

◆ _isAuthenticated

bool ChangeNotifier::_isAuthenticated = false
private

Definition at line 10 of file auth_notifier.dart.

◆ _subscription

late final StreamSubscription<AuthenticationState> ChangeNotifier::_subscription
private

Definition at line 9 of file auth_notifier.dart.

◆ isAuthenticated

bool get ChangeNotifier::isAuthenticated => _isAuthenticated
private

Definition at line 33 of file auth_notifier.dart.


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