giXRelayPOST method
ResponseFuture<GiXRelayResponse>
giXRelayPOST(
- GiXRelayReqWithBody request, {
- CallOptions? options,
Relay a POST API
Implementation
$grpc.ResponseFuture<$4.GiXRelayResponse> giXRelayPOST(
$4.GiXRelayReqWithBody request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$giXRelayPOST, request, options: options);
}