FilePersistorSettings<T> constructor

const FilePersistorSettings<T>({
  1. FilePersistorKey? key,
  2. bool encrypted = false,
  3. bool enabled = true,
})

Implementation

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