menu
bloc_structure package
documentation
app_bloc/app_bloc.dart
AppBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
AppBlocState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
bloc_structure package
documentation
app_bloc/app_bloc
AppBloc
stream property
AppBloc class