isPersistenceEnabled property

bool? get isPersistenceEnabled

Indicates if persisted to on-device (disk) storage even on app restart

Implementation

bool? get isPersistenceEnabled => _persistenceEnabled;