clear method

void clear(
  1. IStatus status
)

Implementation

void clear(IStatus status) {
  _clear(self, status.self);
  status.checkStatus();
}