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