EventCallback<T> typedef

EventCallback<T> = void Function(T event)

Implementation

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