CountryUtils

Functions

Link copied to clipboard
fun getLocalizedCountries(shopperLocale: Locale, allowedISOCodes: List<String>? = null, comparator: Comparator<CountryModel> = compareBy { it.countryName }): List<CountryModel>