persistent_file_access_storage library

Advanced storage APIs for PersistentFileAccessSet.

Most applications should use the default SharedPreferences-backed storage and import only package:persistent_file_access/persistent_file_access.dart.

Classes

PersistentSetStorage
Storage used by PersistentSet.
PersistentSetStorageTransaction
Access to one key while a PersistentSetStorage.transaction is held.

Exceptions / Errors

PersistentSetPersistenceException
Thrown when the storage backend reports that a mutation was not saved.