menu
flutter_andomie package
documentation
utils/translation.dart
Translation
changeSupportedLocales static method
changeSupportedLocales static method
dark_mode
light_mode
changeSupportedLocales
static method
void
changeSupportedLocales
(
Iterable
value
)
Implementation
static void changeSupportedLocales(Iterable value) { Translation.i.supportedLocales = value; }
flutter_andomie package
documentation
utils/translation
Translation
changeSupportedLocales static method
Translation class