createPasskeyRegistrationLink_Pre method

Future<CreatePasskeyRegistrationLinkResponse> createPasskeyRegistrationLink_Pre(
  1. ServiceCall call,
  2. Future<CreatePasskeyRegistrationLinkRequest> request
)

Implementation

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