获取会话总未读数
Future<NIMResult<int>> getTotalUnreadCount() async { return _platform.getTotalUnreadCount(); }