insertSubview$2 method
insertSubview:aboveSubview:
Implementation
void insertSubview$2(UIView view, {required UIView aboveSubview}) {
objc.checkOsVersionInternal('UIView.insertSubview:aboveSubview:', iOS: (false, (2, 0, 0)));
_objc_msgSend_pfv6jd(
this.ref.pointer,
_sel_insertSubview_aboveSubview_,
view.ref.pointer,
aboveSubview.ref.pointer,
);
}