clear method

void clear()

Clear all of the saved changes.

Implementation

void clear() {
  _i4.callMethod(
    this,
    'clear',
    [],
  );
}