reset method

void reset()

Reset to use the system mode.

Implementation

void reset() {
  setThemeMode(ThemeMode.system);
}