OnData<T> typedef

OnData<T> = void Function(T data)

Implementation

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