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