PersistorSettings constructor
const
PersistorSettings({
- PersistorKey? key,
- bool encrypted = false,
- bool enabled = true,
Implementation
const PersistorSettings({
this.key,
this.encrypted = false,
this.enabled = true,
});