menu
localize_and_translate package
documentation
localize_and_translate.dart
LocalizeAndTranslate
getCountryCode static method
getCountryCode static method
dark_mode
light_mode
getCountryCode
static method
String
?
getCountryCode
(
)
Returns language code
Implementation
static String? getCountryCode() => DBUseCases.readNullable(DBKeys.countryCode);
localize_and_translate package
documentation
localize_and_translate
LocalizeAndTranslate
getCountryCode static method
LocalizeAndTranslate class