registerSessionDeleteObserver static method

Stream<NIMSession?> registerSessionDeleteObserver()

注册会话删除监听器

Implementation

static Stream<NIMSession?> registerSessionDeleteObserver() {
  return NimCore.instance.messageService.onSessionDelete;
}