selectConfig method
Implementation
void selectConfig(PomodoroConfig c) {
if (phase.value != PomodoroPhase.idle) return;
config.value = c;
update();
}
void selectConfig(PomodoroConfig c) {
if (phase.value != PomodoroPhase.idle) return;
config.value = c;
update();
}