EncryptedFilePersistor class

Inheritance

Constructors

EncryptedFilePersistor()

Properties

fileDataStoreDirectory Directory
latefinalinherited
filenameRegex RegExp
final
hashCode int
The hash code for this object.
no setterinherited
isInitialized Future<bool>
no setterinherited
persistenceThrottle Duration
finalinherited
persistorSettings PersistorSettings
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildFileDataStore({required String collection, required PersistorSettings? settings, required String? shard}) FileDataStore
override
buildFileDataStoreFilename({required String collection, required PersistorSettings? settings, required String? shard}) String
override
clear(String collection) Future<void>
inherited
clearAll() Future<void>
inherited
getFileDataStores() List<FileDataStore>
inherited
hydrate() Future<SerializedCollectionStore>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBroadcast(List<BroadcastDocument> docs) → void
inherited
parseFileDataStore({required File file}) FileDataStore
override
persist(List<BroadcastDocument> docs) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited