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