getOwnerFromBarcode method
ResponseFuture<AccountPublicProfile>
getOwnerFromBarcode(
- Barcode request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.AccountPublicProfile> getOwnerFromBarcode(
$2.Barcode request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getOwnerFromBarcode, request, options: options);
}