bool contains(String key) { final prefixedKey = '${StorageConfig.prefsPrefix}$key'; return _prefs.containsKey(prefixedKey); }