menu
stated_result package
documentation
stated_result_bloc.dart
StatedCubit<TS extends Stated>
stream property
stream property
dark_mode
light_mode
stream
property
Stream
get
stream
inherited
The current state stream.
Implementation
Stream<State> get stream => _stateController.stream;
stated_result package
documentation
stated_result_bloc
StatedCubit<TS extends Stated>
stream property
StatedCubit class