getTowns

Get a list of towns

This function returns a list of towns depend on country code.

func getTowns(filteredBy countryCode: String, completion: @escaping (_ model: [Town]?, _ error: String?)->()) {
}

What’s Next