setTheme static method

void setTheme(
  1. String value
)

Implementation

static void setTheme(String value) {
  _theme = value;
  SharedPreferencesManager.save("app.theme", value);
  appNotifier.value++;
}