PersistorSettings constructor

const PersistorSettings({
  1. PersistorKey? key,
  2. bool encrypted = false,
  3. bool enabled = true,
})

Implementation

const PersistorSettings({
  this.key,
  this.encrypted = false,
  this.enabled = true,
});