updateOneHTTP method

ResponseFuture<HTTPConfig> updateOneHTTP(
  1. HTTPConfig request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.HTTPConfig> updateOneHTTP($0.HTTPConfig request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateOneHTTP, request, options: options);
}