EventHandler<T> typedef

EventHandler<T> = void Function(T args)

Implementation

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