createChallenge abstract method

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

Implementation

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