detach method

void detach(
  1. IStatus status
)

Implementation

void detach(IStatus status) {
  _detach(self, status.self);
  status.checkStatus();
}