EventHandler typedef

EventHandler = void Function(dynamic event)

Implementation

typedef void EventHandler(dynamic event);