discard method

void discard()

Implementation

void discard() {
  _changed.clear();
  document.clearStaged();
}