menu
purpi_kit package
documentation
feature/setting/presentation/bloc/setting_bloc.dart
SettingBloc
stream property
stream property
dark_mode
light_mode
stream
property
@
override
Stream
<
SettingState
>
get
stream
inherited
The current
stream
of states.
Implementation
@override Stream<State> get stream => _stateController.stream;
purpi_kit package
documentation
feature/setting/presentation/bloc/setting_bloc
SettingBloc
stream property
SettingBloc class