isPersistenceEnabled property
bool?
get
isPersistenceEnabled
Indicates if persisted to on-device (disk) storage even on app restart
Implementation
bool? get isPersistenceEnabled => _persistenceEnabled;
Indicates if persisted to on-device (disk) storage even on app restart
bool? get isPersistenceEnabled => _persistenceEnabled;