viewQRString_Pre method

Future<StringResponse> viewQRString_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUID> $request
)

Implementation

$async.Future<$1.StringResponse> viewQRString_Pre($grpc.ServiceCall $call,
    $async.Future<$1.IdentifierUUID> $request) async {
  return viewQRString($call, await $request);
}