Sets a specific theme mode.
Future<void> setThemeMode(ThemeMode themeMode) async { await _themeService.setThemeMode(themeMode); state = themeMode; }