resendHumanEmailVerification method

ResponseFuture<ResendHumanEmailVerificationResponse> resendHumanEmailVerification(
  1. ResendHumanEmailVerificationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ResendHumanEmailVerificationResponse>
    resendHumanEmailVerification(
        $1.ResendHumanEmailVerificationRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$resendHumanEmailVerification, request,
      options: options);
}