EventCallback<T> typedef

EventCallback<T> = void Function(T)

Implementation

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