viewInStorage method

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

View inventory placed in storage represented by the Identifier

Implementation

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