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