menu
auth_nav package
documentation
bloc/auth_navigation_bloc.dart
AuthNavigationBloc
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
AuthNavigationState
>
get
stream
inherited
The current state stream.
Implementation
Stream<State> get stream => _stateController.stream;
auth_nav package
documentation
bloc/auth_navigation_bloc
AuthNavigationBloc
stream property
AuthNavigationBloc class