viewByShortURL method

ResponseFuture<GenericInventory> viewByShortURL(
  1. SimpleSearchReq request, {
  2. CallOptions? options,
})

View inventory item by short URL

Implementation

$grpc.ResponseFuture<$0.GenericInventory> viewByShortURL(
  $1.SimpleSearchReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewByShortURL, request, options: options);
}