partition method

ResponseFuture<IdentifierResponse> partition(
  1. InventoryPartitionRequest request, {
  2. CallOptions? options,
})

Create a partition from the parent lot (and returns the identifier of the new partition)

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> partition(
  $1.InventoryPartitionRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$partition, request, options: options);
}