startDownloadingUbiquitousItemAtURL_error_ method

bool startDownloadingUbiquitousItemAtURL_error_(
  1. NSURL url,
  2. Pointer<Pointer<ObjCObject>> error
)

Implementation

bool startDownloadingUbiquitousItemAtURL_error_(
    NSURL url, ffi.Pointer<ffi.Pointer<ObjCObject>> error) {
  return _lib._objc_msgSend_88(_id,
      _lib._sel_startDownloadingUbiquitousItemAtURL_error_1, url._id, error);
}