downloadTaskWithRequest_ method

NSURLSessionDownloadTask downloadTaskWithRequest_(
  1. NSURLRequest request
)

Implementation

NSURLSessionDownloadTask downloadTaskWithRequest_(NSURLRequest request) {
  final _ret = _lib._objc_msgSend_1052(
      _id, _lib._sel_downloadTaskWithRequest_1, request._id);
  return NSURLSessionDownloadTask._(_ret, _lib, retain: true, release: true);
}