diff --git a/lib/utils/helpers/localization_helpers.dart b/lib/utils/helpers/localization_helpers.dart index 95690ab..10b1ecc 100644 --- a/lib/utils/helpers/localization_helpers.dart +++ b/lib/utils/helpers/localization_helpers.dart @@ -11,6 +11,7 @@ class LocalizationService { } static Future savedLocale() async { + //todo use SharedPreferences prefs = await SharedPreferences.getInstance(); // var savedLanguageCode = prefs.getString(Constants.languageCode); // var savedCountryCode = prefs.getString(Constants.countryCode);