resendMyPhoneVerification method

ResponseFuture<ResendMyPhoneVerificationResponse> resendMyPhoneVerification(
  1. ResendMyPhoneVerificationRequest request, {
  2. CallOptions? options,
})

Resends an sms to the last given phone number, to verify it

Implementation

$grpc.ResponseFuture<$0.ResendMyPhoneVerificationResponse>
    resendMyPhoneVerification(
  $0.ResendMyPhoneVerificationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$resendMyPhoneVerification, request,
      options: options);
}