onMessageReceived property

Stream<List<NIMChatroomMessage>> onMessageReceived

聊天室消息

Implementation

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