menu
modular_auth package
documentation
auth_module.dart
AuthenticationBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
AuthenticationState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
modular_auth package
documentation
auth_module
AuthenticationBloc
stream property
AuthenticationBloc class