removeAllObjects method

void removeAllObjects()

removeAllObjects

Implementation

void removeAllObjects() {
  objc.checkOsVersionInternal(
    'NSMutableOrderedSet.removeAllObjects',
    iOS: (false, (5, 0, 0)),
    macOS: (false, (10, 7, 0)),
  );
  _objc_msgSend_1pl9qdv(object$.ref.pointer, _sel_removeAllObjects);
}