onMessage property

Stream<List<NIMMessage>> onMessage

消息接收

Implementation

Stream<List<NIMMessage>> get onMessage =>
    MessageServicePlatform.instance.onMessage.stream;