Cronet_UrlResponseInfo_http_status_text_set method

void Cronet_UrlResponseInfo_http_status_text_set(
  1. Pointer<Cronet_UrlResponseInfo> self,
  2. Pointer<Int8> http_status_text
)

Implementation

void Cronet_UrlResponseInfo_http_status_text_set(
  ffi.Pointer<Cronet_UrlResponseInfo> self,
  ffi.Pointer<ffi.Int8> http_status_text,
) {
  return _Cronet_UrlResponseInfo_http_status_text_set(
    self,
    http_status_text,
  );
}