setDark method

void setDark()

Implementation

void setDark() {
  state = ThemeMode.dark;
  prefs.setString(prefsKey, state.name);
}