Listener typedef

Listener = dynamic Function(Event object)

Implementation

typedef Listener = dynamic Function(Event object);