changeUI static method
Explicitly change to a particular interface.
Implementation
static void changeUI(String ui) {
_appState?.changeUI(ui);
refresh();
}
Explicitly change to a particular interface.
static void changeUI(String ui) {
_appState?.changeUI(ui);
refresh();
}