SetAutosaveSettings constructor

const SetAutosaveSettings({
  1. required AutosaveSettingsScope scope,
  2. ScopeAutosaveSettings? settings,
})

Sets autosave settings for the given scope. The method is guaranteed to work only after at least one call to getAutosaveSettings

Implementation

const SetAutosaveSettings({
  required this.scope,
  this.settings,
});