viewWorkInProgressStatistics method

ResponseFuture<InventoryWorkInProgressStatistics> viewWorkInProgressStatistics(
  1. Identifier request, {
  2. CallOptions? options,
})

View the work in progress statistics of the family with the given Identifier

Implementation

$grpc.ResponseFuture<$0.InventoryWorkInProgressStatistics>
    viewWorkInProgressStatistics(
  $1.Identifier request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewWorkInProgressStatistics, request,
      options: options);
}