setSystem changes the theme mode to system.
static Future<void> setSystem() async { await _themeStorageService.setThemeMode(ThemeMode.system); }