menu
y_infra package
documentation
base_features/operation/base_operation_cubit.dart
BaseOperationCubit<TResult, Id>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
BaseOperationState
<
Id
>
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
y_infra package
documentation
base_features/operation/base_operation_cubit
BaseOperationCubit<TResult, Id>
stream property
BaseOperationCubit class