resendHumanPhoneVerification method

ResponseFuture<ResendHumanPhoneVerificationResponse> resendHumanPhoneVerification(
  1. ResendHumanPhoneVerificationRequest request, {
  2. CallOptions? options,
})

Implementation

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