EventListener typedef

EventListener = dynamic Function(Event event)

Implementation

typedef EventListener(Event event);