phoneVerificationData property
Implementation
PhoneVerificationData get phoneVerificationData => PhoneVerificationData(
phone: state.phone.value,
codeLifetime: 99,
otpType: otpScreenType,
);
PhoneVerificationData get phoneVerificationData => PhoneVerificationData(
phone: state.phone.value,
codeLifetime: 99,
otpType: otpScreenType,
);