revert method

  1. @Method.new()
void revert()

Implementation

@Method()
void revert() {
  execute("revert", []);
}