OnMessageReceivedType typedef

OnMessageReceivedType = void Function(String uid, String message)

uid: ID of the user who send the message.

message: Contents of the received message.

Implementation

typedef OnMessageReceivedType = void Function(String uid, String message);