menu
flutter_bloc_monitor package
documentation
flutter_bloc_monitor_delegate.dart
FlutterBlocMonitorDelegate
onEventFunc property
onEventFunc property
dark_mode
light_mode
onEventFunc
property
dynamic Function
(
Bloc
bloc
,
Object
?
event
)
?
onEventFunc
final
Callback to be executed when event occurs
Implementation
final Function(Bloc bloc, Object? event)? onEventFunc;
flutter_bloc_monitor package
documentation
flutter_bloc_monitor_delegate
FlutterBlocMonitorDelegate
onEventFunc property
FlutterBlocMonitorDelegate class