menu
tang_appbase package
documentation
bloc/app_base_bloc.dart
AppBaseBloc<E extends AppBaseEvent, S extends AppBaseState>
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;
tang_appbase package
documentation
bloc/app_base_bloc
AppBaseBloc<E extends AppBaseEvent, S extends AppBaseState>
stream property
AppBaseBloc class