menu
fluttery_framework package
documentation
view/app/app_appstate.dart
AppStateExtension
changeUI method
changeUI method
dark_mode
light_mode
changeUI
method
void
changeUI
(
String
ui
)
Explicitly change to a particular interface.
Implementation
void changeUI(String ui) { appState?.changeUI(ui); }
fluttery_framework package
documentation
view/app/app_appstate
AppStateExtension
changeUI method
AppStateExtension extension on
AppObject