updateObject method

ResponseFuture<DeliveryObject> updateObject(
  1. DeliveryObject request, {
  2. CallOptions? options,
})

Implementation

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