EventCallbackCall<T> typedef

EventCallbackCall<T> = void Function(T data)

Implementation

typedef EventCallbackCall<T> = void Function(T data);