menu
caching package
documentation
local/shared_prefers_helper.dart
SharedPrefsHelper
setLocale method
setLocale method
dark_mode
light_mode
setLocale
method
dynamic
setLocale
(
String
value
)
Implementation
setLocale(String value) => _prefs?.setString(Constants.LOCALE_CACHE, value);
caching package
documentation
local/shared_prefers_helper
SharedPrefsHelper
setLocale method
SharedPrefsHelper class