onBinaryData property

(dynamic Function(Uint8List)?) onBinaryData
getter/setter pair

Called when binary channel message was received from the remote peer

Implementation

Function(Uint8List)? onBinaryData;