remove method

void remove(
  1. IStatus status,
  2. int index
)

Implementation

void remove(IStatus status, int index) {
  _remove(self, status.self, index);
  status.checkStatus();
}