viewInventoryInteractions_Pre method
Future<InventoryInteractionsList>
viewInventoryInteractions_Pre(
- ServiceCall $call,
- Future<
IdentifierUUID> $request
Implementation
$async.Future<$1.InventoryInteractionsList> viewInventoryInteractions_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.IdentifierUUID> $request) async {
return viewInventoryInteractions($call, await $request);
}