Save the preferred dark theme ID.
Future<void> savePreferredDarkThemeId(String themeId) async { await _secureStorage.write(key: _preferredDarkThemeIdKey, value: themeId); }