EventDispatchCallback<T extends Event> typedef
EventDispatchCallback<T extends Event> =
void Function(T event)
Implementation
typedef EventDispatchCallback<T extends Event> = void Function(T event);