fileReferenceURL method
fileReferenceURL
Implementation
NSURL? fileReferenceURL() {
objc.checkOsVersionInternal(
'NSURL.fileReferenceURL',
iOS: (false, (4, 0, 0)),
macOS: (false, (10, 6, 0)),
);
final $ret = _objc_msgSend_151sglz(
object$.ref.pointer,
_sel_fileReferenceURL,
);
return $ret.address == 0
? null
: NSURL.fromPointer($ret, retain: true, release: true);
}