InputEventCallback<T> typedef

InputEventCallback<T> = dynamic Function(T data)

Implementation

typedef InputEventCallback<T>(T data);