verifyWebAuthNRegistration_Pre method

Future<VerifyWebAuthNRegistrationResponse> verifyWebAuthNRegistration_Pre(
  1. ServiceCall $call,
  2. Future<VerifyWebAuthNRegistrationRequest> $request
)

Implementation

$async.Future<$0.VerifyWebAuthNRegistrationResponse>
    verifyWebAuthNRegistration_Pre($grpc.ServiceCall $call,
        $async.Future<$0.VerifyWebAuthNRegistrationRequest> $request) async {
  return verifyWebAuthNRegistration($call, await $request);
}