currentLocale property
Locale
get
currentLocale
Implementation
Locale get currentLocale => Locale(storage.get('locale') ?? currentSettings.locale.languageCode);
Locale get currentLocale => Locale(storage.get('locale') ?? currentSettings.locale.languageCode);