abort method
Abort all changes and reverts to the initial state.
Implementation
@override
void abort() {
_cancelAutoSave();
super.abort();
_refreshReferences();
}
Abort all changes and reverts to the initial state.
@override
void abort() {
_cancelAutoSave();
super.abort();
_refreshReferences();
}