getOwnerFromBarcode method

ResponseFuture<AccountPublicProfile> getOwnerFromBarcode(
  1. Barcode request, {
  2. CallOptions? options,
})

Implementation

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