BZValueCallback<T> typedef

BZValueCallback<T> = void Function(T value)

Implementation

typedef void BZValueCallback<T>(T value);