giXRelayPATCH method

ResponseFuture<GiXRelayResponse> giXRelayPATCH(
  1. GiXRelayReqWithBody request, {
  2. CallOptions? options,
})

Relay a PATCH API

Implementation

$grpc.ResponseFuture<$4.GiXRelayResponse> giXRelayPATCH(
  $4.GiXRelayReqWithBody request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$giXRelayPATCH, request, options: options);
}