onAutoSave property
Called with the current HTML every autoSaveInterval while the document has unsaved edits.
Implementation
final ValueChanged<String>? onAutoSave;
Called with the current HTML every autoSaveInterval while the document has unsaved edits.
final ValueChanged<String>? onAutoSave;