splitLot method

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

Split into unit quantities

Implementation

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