menu
flutter_andomie package
documentation
utils/translation.dart
Translation
changeLocale static method
changeLocale static method
dark_mode
light_mode
changeLocale
static method
void
changeLocale
(
Object
?
value
)
Implementation
static void changeLocale(Object? value) { Translation.i.locale = parseLocale(value); }
flutter_andomie package
documentation
utils/translation
Translation
changeLocale static method
Translation class