EventListener<E extends Event> typedef

EventListener<E extends Event> = void Function(E event)

A listener for an HTML event.

Implementation

typedef EventListener<E extends html.Event> = void Function(E event);