There are three times that the user sets. Time to meditate. Time to take a breath. Time to exhale.
@AppStorage("timer_value") var timerValue = 600
@AppStorage("exhaleTimer_Value") var exhaleTimerValue = 15
@AppStorage("inhaleTimer_Value") var inhaleTimerValue = 3
In the time to meditate, I want to repeat the time to inhale and the time to exhale.
How can I do that? Thank you for your answer.