menu
mintminter_mint package
documentation
counter/counter_cubit.dart
CounterCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
int
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
mintminter_mint package
documentation
counter/counter_cubit
CounterCubit
stream property
CounterCubit class