clear method

void clear()

Clears the country block list

Implementation

void clear() {
  blocked.clear();
}