onSessionDelete property Null safety

Stream<NIMSession> onSessionDelete

Listen to the deletion of conversations.

Implementation

Stream<NIMSession> get onSessionDelete =>
    MessageServicePlatform.instance.onSessionDelete.stream;