void setError(String message, {int? attemptsLeft}) { state = OTPState.error(message, attemptsLeft: attemptsLeft); }