DataBack<T> typedef

DataBack<T> = void Function(T data)

Implementation

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