openURL method
openURL:
Implementation
bool openURL(objc.NSURL url) {
objc.checkOsVersionInternal('UIApplication.openURL:', iOS: (false, (2, 0, 0)));
return _objc_msgSend_19nvye5(this.ref.pointer, _sel_openURL_, url.ref.pointer);
}
openURL:
bool openURL(objc.NSURL url) {
objc.checkOsVersionInternal('UIApplication.openURL:', iOS: (false, (2, 0, 0)));
return _objc_msgSend_19nvye5(this.ref.pointer, _sel_openURL_, url.ref.pointer);
}