viewConsolidatedStatistics_Pre method
Future<ConsolidatedInventoryStatistics>
viewConsolidatedStatistics_Pre(
- ServiceCall $call,
- Future<
Identifier> $request
Implementation
$async.Future<$0.ConsolidatedInventoryStatistics>
viewConsolidatedStatistics_Pre($grpc.ServiceCall $call,
$async.Future<$1.Identifier> $request) async {
return viewConsolidatedStatistics($call, await $request);
}