menu
bloc_simple package
documentation
simple_bloc.dart
SimpleBloc<Event, T>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
SimpleState
<
T
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
bloc_simple package
documentation
simple_bloc
SimpleBloc<Event, T>
stream property
SimpleBloc class