EventCallback<T> typedef

EventCallback<T> = void Function(T arg)

Implementation

typedef void  EventCallback<T>(T arg);