menu
masterfabric_core package
documentation
masterfabric_core.dart
BaseViewModelHydratedCubit<S>
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;
masterfabric_core package
documentation
masterfabric_core
BaseViewModelHydratedCubit<S>
stream property
BaseViewModelHydratedCubit class