createChallenge_Pre method
Future<ChallengeResonse>
createChallenge_Pre(
- ServiceCall $call,
- Future<
ChallengeRequest> $request
Implementation
$async.Future<$5.ChallengeResonse> createChallenge_Pre(
$grpc.ServiceCall $call,
$async.Future<$5.ChallengeRequest> $request) async {
return createChallenge($call, await $request);
}