undo method

dynamic undo()

Implementation

undo() async {
  final res = await _callFunc(jsonEncode({"key": "undo", "params": []}));
  return res;
}