SetAutosaveSettings constructor
const
SetAutosaveSettings({
- required AutosaveSettingsScope scope,
- 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,
});