createPasskeyRegistrationLink_Pre method
Future<CreatePasskeyRegistrationLinkResponse>
createPasskeyRegistrationLink_Pre(
- ServiceCall call,
- Future<
CreatePasskeyRegistrationLinkRequest> request
Implementation
$async.Future<$0.CreatePasskeyRegistrationLinkResponse> createPasskeyRegistrationLink_Pre($grpc.ServiceCall call, $async.Future<$0.CreatePasskeyRegistrationLinkRequest> request) async {
return createPasskeyRegistrationLink(call, await request);
}