viewByShortURL method
ResponseFuture<GenericInventory>
viewByShortURL(
- SimpleSearchReq request, {
- 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);
}