EventHandler<T> typedef

EventHandler<T> = void Function(T event)

Implementation

typedef EventHandler<T> = void Function(T event);