DataHandler<T> typedef

DataHandler<T> = void Function(T value)

Implementation

typedef DataHandler<T> = void Function(T value);