menu
side_effect_bloc package
documentation
side_effect_bloc.dart
SideEffectBlocMixin<EVENT, STATE, SIDE_EFFECT>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
STATE
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
side_effect_bloc package
documentation
side_effect_bloc
SideEffectBlocMixin<EVENT, STATE, SIDE_EFFECT>
stream property
SideEffectBlocMixin mixin