undo method

  1. @nonVirtual
void undo()

Cancels the last write.

Implementation

@nonVirtual
void undo() => scope.undo();