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