Future<void> removeFromBlackList(String userId) async { if (await haveConnectivity()) { ContactRepo.removeBlocklist(userId); } }