onSessionUpdate property Null safety
Listen to the updates of conversations.
Implementation
Stream<List<NIMSession>> get onSessionUpdate =>
MessageServicePlatform.instance.onSessionUpdate.stream;
Listen to the updates of conversations.
Stream<List<NIMSession>> get onSessionUpdate =>
MessageServicePlatform.instance.onSessionUpdate.stream;