menu
blofiretory package
documentation
cubit/resource_cubit.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;
blofiretory package
documentation
cubit/resource_cubit
ResourceCubit<T>
stream property
ResourceCubit class