undo method

Future<void> undo()

Undoes the last modification.

Implementation

Future<void> undo() {
  return _channel.invokeMethod(Functions.undo);
}