PhoneConfirmationResend constructor
PhoneConfirmationResend({
- required String phoneNumberSendTo,
Returns a new PhoneConfirmationResend instance.
Implementation
PhoneConfirmationResend({
required this.phoneNumberSendTo,
});