getLocalizedName static method
Implementation
static String? getLocalizedName(BuildContext context, Country country) {
return Localized.countryName(context, country.countryCode);
}
static String? getLocalizedName(BuildContext context, Country country) {
return Localized.countryName(context, country.countryCode);
}