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;