menu
feature_config_bloc package
documentation
business.dart
FeatureConfigBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
FeatureConfigState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
feature_config_bloc package
documentation
business
FeatureConfigBloc
stream property
FeatureConfigBloc class