OnEventCallback typedef

OnEventCallback = void Function(Event payload)

Implementation

typedef void OnEventCallback(Event payload);