DialCountries
DialCountries copied to clipboard
Add Support for Fetch Country from dial code
Hi, it will be great if you can add support for fetch Country from DialCode in your Country Public Struct
public static func getCountryFrom(_ code: String) -> Country? { return CountriesFetcher().fetch().first(where: { $0.dialCode == code}) }