menu
u package
documentation
utils/u_local_storage.dart
ULocalStorage
setLocale static method
setLocale static method
dark_mode
light_mode
setLocale
static method
void
setLocale
(
String
value
)
Implementation
static void setLocale(String value) => set(UConstants.locale, value);
u package
documentation
utils/u_local_storage
ULocalStorage
setLocale static method
ULocalStorage class