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