menu
bloc_simple package
documentation
simple_cubit.dart
SimpleCubit<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_cubit
SimpleCubit<T>
stream property
SimpleCubit class