callbackPayload<T> typedef

callbackPayload<T> = void Function(T message)

Implementation

typedef callbackPayload<T> = void Function(T message);