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