resendReady property
bool
get
resendReady
True while the "Resend OTP" button may be pressed.
Implementation
bool get resendReady => resendRemaining <= 0;
True while the "Resend OTP" button may be pressed.
bool get resendReady => resendRemaining <= 0;