getCountries

Get a list of countries

This function returns a list of countries.

func getCountries(completion: @escaping (_ model: [Country]?, _ error: String?)->()) {
}

What’s Next