createWebAuthNRegistrationLink_Pre method

Future<CreateWebAuthNRegistrationLinkResponse> createWebAuthNRegistrationLink_Pre(
  1. ServiceCall $call,
  2. Future<CreateWebAuthNRegistrationLinkRequest> $request
)

Implementation

$async.Future<$0.CreateWebAuthNRegistrationLinkResponse>
    createWebAuthNRegistrationLink_Pre(
        $grpc.ServiceCall $call,
        $async.Future<$0.CreateWebAuthNRegistrationLinkRequest>
            $request) async {
  return createWebAuthNRegistrationLink($call, await $request);
}