createChallenge method
ResponseFuture<ChallengeResonse>
createChallenge(
- ChallengeRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ChallengeResonse> createChallenge(
$0.ChallengeRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createChallenge, request, options: options);
}