viewIndentedStatistics method
ResponseFuture<InventoryIndentedStatistics>
viewIndentedStatistics(
- Identifier request, {
- CallOptions? options,
View the indented statistics of the family with the given Identifier
Implementation
$grpc.ResponseFuture<$0.InventoryIndentedStatistics> viewIndentedStatistics(
$1.Identifier request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewIndentedStatistics, request,
options: options);
}