PhoneConfirmationResend constructor

PhoneConfirmationResend({
  1. required String phoneNumberSendTo,
})

Returns a new PhoneConfirmationResend instance.

Implementation

PhoneConfirmationResend({
  required this.phoneNumberSendTo,
});