unblock method

void unblock(
  1. String country
)

Unblocks a country

Implementation

void unblock(String country) {
  blocked.remove(country);
}