downloadTaskWithResumeData_completionHandler_ method

NSURLSessionDownloadTask downloadTaskWithResumeData_completionHandler_(
  1. NSData resumeData,
  2. ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError completionHandler
)

Implementation

NSURLSessionDownloadTask downloadTaskWithResumeData_completionHandler_(
    NSData resumeData,
    ObjCBlock_ffiVoid_NSURL_NSURLResponse_NSError completionHandler) {
  final _ret = _lib._objc_msgSend_1081(
      _id,
      _lib._sel_downloadTaskWithResumeData_completionHandler_1,
      resumeData._id,
      completionHandler._id);
  return NSURLSessionDownloadTask._(_ret, _lib, retain: true, release: true);
}