Cronet_UrlRequestParams_http_method_set method

void Cronet_UrlRequestParams_http_method_set(
  1. Pointer<Cronet_UrlRequestParams> self,
  2. Pointer<Int8> http_method
)

Implementation

void Cronet_UrlRequestParams_http_method_set(
  ffi.Pointer<Cronet_UrlRequestParams> self,
  ffi.Pointer<ffi.Int8> http_method,
) {
  return _Cronet_UrlRequestParams_http_method_set(
    self,
    http_method,
  );
}