createChallenge abstract method

Future<ChallengeResonse> createChallenge(
  1. ServiceCall call,
  2. ChallengeRequest request
)

Implementation

$async.Future<$5.ChallengeResonse> createChallenge(
    $grpc.ServiceCall call, $5.ChallengeRequest request);