Read the saved theme ID.
Future<String?> readThemeId() async { return await _secureStorage.read(key: _themeIdKey); }