selectConfig method

void selectConfig(
  1. PomodoroConfig c
)

Implementation

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