Future<void> removeFromBlackList(String userId) async { if (await haveConnectivity(showToast: !ChatKitUtils.isDesktopOrWeb)) { ContactRepo.removeBlocklist(userId); } }