Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
ChangeNotifier Class Reference

Private Member Functions

 AuthNotifier (this._authBloc)
override void dispose ()

Private Attributes

final AuthenticationBloc _authBloc
late final StreamSubscription< AuthenticationState_subscription
bool get isAuthenticated => _authBloc.state is AuthenticatedState

Detailed Description

Definition at line 5 of file auth_notifier.dart.

Member Function Documentation

◆ AuthNotifier()

ChangeNotifier::AuthNotifier ( this. _authBloc)
inlineprivate

Definition at line 9 of file auth_notifier.dart.

◆ dispose()

override void ChangeNotifier::dispose ( )
inlineprivate

Definition at line 18 of file auth_notifier.dart.

Member Data Documentation

◆ _authBloc

final AuthenticationBloc ChangeNotifier::_authBloc
private

Definition at line 6 of file auth_notifier.dart.

◆ _subscription

late final StreamSubscription<AuthenticationState> ChangeNotifier::_subscription
private

Definition at line 7 of file auth_notifier.dart.

◆ isAuthenticated

bool get ChangeNotifier::isAuthenticated => _authBloc.state is AuthenticatedState
private

Definition at line 15 of file auth_notifier.dart.


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