menu
fores package
documentation
cbloc/cbloc.dart
CBloc<E, S extends CState>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
S
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
fores package
documentation
cbloc/cbloc
CBloc<E, S extends CState>
stream property
CBloc class