persistor/file_persistor/file_persistor_settings library

Typedefs

FilePersistorKeyBuilder<T> = String Function(DocumentSnapshot<T> snap)
By default, documents are persisted to a file grouped by their top-level collection. For example, a document with path users__1 and users__1__posts__1 are both persisted to a users.json file, while messages__1 would be persisted to messages.json.