onMessageReceived property Null safety

Stream<List<NIMChatroomMessage>> onMessageReceived

Listen to the receiving of chatroom messages.

Implementation

Stream<List<NIMChatroomMessage>> get onMessageReceived {
  return _platform.onMessageReceived;
}