onSend property

void Function(Object frame)? onSend
final

Called with each frame the hub sends, before it is added to sent.

Implementation

final void Function(Object frame)? onSend;