getCountryCode static method
Get the country code of the current locale, if available.
Implementation
static String? getCountryCode({BuildContext? context}) {
return getCurrentLocale(context: context).countryCode;
}
Get the country code of the current locale, if available.
static String? getCountryCode({BuildContext? context}) {
return getCurrentLocale(context: context).countryCode;
}