setSystem static method

Future<void> setSystem()

setSystem changes the theme mode to system.

Implementation

static Future<void> setSystem() async {
  await _themeStorageService.setThemeMode(ThemeMode.system);
}