undo method

Future<void> undo()

Implementation

Future<void> undo() async {
  await _platform.invokeMethod('undo');
}