menu
designflow_widgets package
documentation
presentation/blocs/apis_cubit.dart
AppApisCubit
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
AppApisState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
designflow_widgets package
documentation
presentation/blocs/apis_cubit
AppApisCubit
stream property
AppApisCubit class