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