appLocale property
Locale?
get
appLocale
Return the preferred Locale
Implementation
static Locale? get appLocale => toLocale(Prefs.getString('locale', 'en-US'));
Return the preferred Locale
static Locale? get appLocale => toLocale(Prefs.getString('locale', 'en-US'));