GtdCallback<T> typedef

GtdCallback<T> = void Function(T value)

Implementation

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