EventListener typedef

EventListener = void Function(Event event)

The recommended type to use for event listeners in Dawn.

Implementation

typedef EventListener = void Function(html.Event event);