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