onReceiveMessage property

Stream<List<QChatMessage>> onReceiveMessage

收到的消息集合

Implementation

Stream<List<QChatMessage>> get onReceiveMessage => _platform.onReceiveMessage;