String? getString(String key) { final prefixedKey = '${StorageConfig.prefsPrefix}$key'; return _prefs.getString(prefixedKey); }