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