Cronet_UrlResponseInfo_url_chain_add method

void Cronet_UrlResponseInfo_url_chain_add(
  1. Pointer<Cronet_UrlResponseInfo> self,
  2. Pointer<Int8> element
)

Implementation

void Cronet_UrlResponseInfo_url_chain_add(
  ffi.Pointer<Cronet_UrlResponseInfo> self,
  ffi.Pointer<ffi.Int8> element,
) {
  return _Cronet_UrlResponseInfo_url_chain_add(
    self,
    element,
  );
}