respondToChallenge_Pre method
Implementation
$async.Future<$0.Bytes> respondToChallenge_Pre($grpc.ServiceCall call, $async.Future<$0.SignedAuthChallenge> request) async {
return respondToChallenge(call, await request);
}
$async.Future<$0.Bytes> respondToChallenge_Pre($grpc.ServiceCall call, $async.Future<$0.SignedAuthChallenge> request) async {
return respondToChallenge(call, await request);
}