onBroadcast property

void Function(NyEvent event, int listenerCount)? onBroadcast
getter/setter pair

Optional callback invoked before broadcasting to listeners

Implementation

void Function(NyEvent event, int listenerCount)? onBroadcast;