EventReceiver typedef

EventReceiver = void Function(Object? event)

Signature for event receiver function which takes an IsolateBlocTransitionEvent and send this event to the IsolateBloc

Implementation

typedef EventReceiver = void Function(Object? event);