onSessionUpdate property

Stream<List<NIMSession>> onSessionUpdate

最近会话更新

Implementation

Stream<List<NIMSession>> get onSessionUpdate =>
    MessageServicePlatform.instance.onSessionUpdate.stream;