EventHandler<T> typedef

EventHandler<T> = void Function(T arg)

Implementation

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