menu
flutter_base_architecture_plugin package
documentation
core/base_bloc.dart
BaseBloc<Event, State>
dispatchViewEvent method
dispatchViewEvent method
dark_mode
light_mode
dispatchViewEvent
method
@
protected
void
dispatchViewEvent
(
ViewAction
target
)
Implementation
@protected void dispatchViewEvent(ViewAction target) { _sideEffects.add(target); }
flutter_base_architecture_plugin package
documentation
core/base_bloc
BaseBloc<Event, State>
dispatchViewEvent method
BaseBloc class