EventCallBack<IEvent extends Event> typedef

EventCallBack<IEvent extends Event> = bool Function(IEvent)

Implementation

typedef EventCallBack<IEvent extends Event> = bool Function(IEvent);