onSessionDelete property Null safety

Stream<NIMSession> onSessionDelete

最近会话删除

Implementation

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