OnRuntimeEvent typedef

OnRuntimeEvent = void Function(Event)

Callback signature for events firing.

Implementation

typedef OnRuntimeEvent = void Function(Event);