menu
bloc_widget_arch package
documentation
bloc/base_arch_bloc.dart
BaseArchBloc<S>
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
S
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
bloc_widget_arch package
documentation
bloc/base_arch_bloc
BaseArchBloc<S>
stream property
BaseArchBloc class