block method
Blocks a country uses country code e.g. US, IQ, CN, RU, etc..
Implementation
void block(String country) {
blocked.add(country);
print("[dartcore] Blocked Country: $country");
}
Blocks a country uses country code e.g. US, IQ, CN, RU, etc..
void block(String country) {
blocked.add(country);
print("[dartcore] Blocked Country: $country");
}