setContentOffset method
setContentOffset:animated:
Implementation
void setContentOffset(objc.CGPoint contentOffset$1, {required bool animated}) {
objc.checkOsVersionInternal('UIScrollView.setContentOffset:animated:', iOS: (false, (2, 0, 0)));
_objc_msgSend_uyhzs2(this.ref.pointer, _sel_setContentOffset_animated_, contentOffset$1, animated);
}