viewQRString method
Retrieves the text payload or URL represented within the user's identification QR code.
Implementation
$grpc.ResponseFuture<$1.StringResponse> viewQRString(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewQRString, request, options: options);
}