menu
fkernal package
documentation
fkernal_bloc.dart
ResourceCubit<T>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
ResourceState
<
T
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
fkernal package
documentation
fkernal_bloc
ResourceCubit<T>
stream property
ResourceCubit class