OnBinaryMessageReceivedType typedef

OnBinaryMessageReceivedType = void Function(String uid, Uint8List message)

uid: ID of the user who send the message. ID

message: Contents of the received message.

Implementation

typedef OnBinaryMessageReceivedType = void Function(
    String uid, Uint8List message);