delGateway method

ResponseFuture<OperationResponse> delGateway(
  1. GatewayInfo request,
  2. {CallOptions? options}
)

Implementation

$grpc.ResponseFuture<$0.OperationResponse> delGateway($3.GatewayInfo request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$delGateway, request, options: options);
}