countdownSeconds property
int
get
countdownSeconds
Seconds the countdown starts from.
Implementation
int get countdownSeconds =>
_expirySeconds ?? (resendTimerSeconds > 0 ? resendTimerSeconds : 60);
Seconds the countdown starts from.
int get countdownSeconds =>
_expirySeconds ?? (resendTimerSeconds > 0 ? resendTimerSeconds : 60);