mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
initialized Application theme
This commit is contained in:
@ -11,6 +11,7 @@ class LocalizationService {
|
||||
}
|
||||
|
||||
static Future<Locale> savedLocale() async {
|
||||
//todo use
|
||||
SharedPreferences prefs = await SharedPreferences.getInstance();
|
||||
// var savedLanguageCode = prefs.getString(Constants.languageCode);
|
||||
// var savedCountryCode = prefs.getString(Constants.countryCode);
|
||||
|
Reference in New Issue
Block a user