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