menu
traceability_module package
documentation
home/bloc/home_bloc.dart
HomeBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
HomeState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
traceability_module package
documentation
home/bloc/home_bloc
HomeBloc
stream property
HomeBloc class