是否在黑名单中
static Future<NIMResult<bool>> isBlackList(String userId) { return NimCore.instance.userService.isInBlackList(userId); }