Read the preferred light theme ID.
Future<String?> readPreferredLightThemeId() async { return await _secureStorage.read(key: _preferredLightThemeIdKey); }