@override Future<Map<String, dynamic>?> getPersisted(String key) { if (!storageJson) return Future.value(null); return _readFromStorage(key); }