onMessageReceived property

void Function(RtmMessage message, String peerId)? onMessageReceived
final

Occurs when the local user receives a peer-to-peer message.

Implementation

final void Function(RtmMessage message, String peerId)? onMessageReceived;