OnEventCallback typedef

OnEventCallback = void Function(dynamic payload)

Implementation

typedef OnEventCallback = void Function(dynamic payload);