onSessionUpdate property Null safety

Stream<List<NIMSession>> onSessionUpdate

Listen to the updates of conversations.

Implementation

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