doNotSave method
Makes this NovelStateSnapshot not affect the saves. This behavior will not persist through the next states.
Implementation
NovelStateSnapshot doNotSave() => copyWith(shouldAutosave: false);
Makes this NovelStateSnapshot not affect the saves. This behavior will not persist through the next states.
NovelStateSnapshot doNotSave() => copyWith(shouldAutosave: false);