List<String>? getStringList(String key) { final prefixedKey = '${StorageConfig.prefsPrefix}$key'; return _prefs.getStringList(prefixedKey); }