resendHumanEmailVerification method

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

Implementation

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