onMessageReceived property Null safety
Listen to the receiving of chatroom messages.
Implementation
Stream<List<NIMChatroomMessage>> get onMessageReceived {
return _platform.onMessageReceived;
}
Listen to the receiving of chatroom messages.
Stream<List<NIMChatroomMessage>> get onMessageReceived {
return _platform.onMessageReceived;
}