removeConstraints method

void removeConstraints(
  1. NSArray constraints$1
)

removeConstraints:

Implementation

void removeConstraints(objc.NSArray constraints$1) {
  objc.checkOsVersionInternal('UIView.removeConstraints:', iOS: (false, (6, 0, 0)));
  _objc_msgSend_xtuoz7(this.ref.pointer, _sel_removeConstraints_, constraints$1.ref.pointer);
}