DataCallback<T> typedef

DataCallback<T> = void Function(T data)

Implementation

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