@override Future<void> setThemeMode(String themeMode) async { await sharedPreferences.setString(_themeModeKey, themeMode); }