phoneVerificationData property

PhoneVerificationData phoneVerificationData

Implementation

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