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