clear method

_Self clear()

Implementation

_Self clear() {
  commander().clear();
  return this as _Self;
}