clear method

T clear()
inherited

Implementation

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