将该用户从黑名单中移除
static Future<NIMResult<void>> removeBlacklist(String userId) { return NimCore.instance.userService.removeUserFromBlockList(userId); }