initWithRequest_cachedResponse_client_ method

NSURLProtocol initWithRequest_cachedResponse_client_(
  1. NSURLRequest request,
  2. NSCachedURLResponse? cachedResponse,
  3. NSObject? client
)

Implementation

NSURLProtocol initWithRequest_cachedResponse_client_(NSURLRequest request,
    NSCachedURLResponse? cachedResponse, NSObject? client) {
  final _ret = _lib._objc_msgSend_998(
      _id,
      _lib._sel_initWithRequest_cachedResponse_client_1,
      request._id,
      cachedResponse?._id ?? ffi.nullptr,
      client?._id ?? ffi.nullptr);
  return NSURLProtocol._(_ret, _lib, retain: true, release: true);
}