EventHandler<T> typedef

EventHandler<T> = void Function(T)

Implementation

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