openURL method

  1. @Deprecated('Deprecated')
bool openURL(
  1. NSURL url
)

openURL:

Implementation

@Deprecated('Deprecated')
bool openURL(objc.NSURL url) {
  final _$$ref = object$.ref;
  final _$$ref$1 = url.ref;
  objc.checkOsVersionInternal('UIApplication.openURL:', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_19nvye5(_$$ref.pointer, _sel_openURL_, _$$ref$1.pointer);
}