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