onReceiveMessages property

  1. @HawkApi(ignore: true)
Stream<List<NIMMessage>> onReceiveMessages

消息接收

Implementation

@HawkApi(ignore: true)
Stream<List<NIMMessage>> get onReceiveMessages =>
    MessageServicePlatform.instance.onReceiveMessages.stream;