updateDuration method

void updateDuration(
  1. int num
)

Implementation

void updateDuration(int num) {
  durationNotifier.value = num;
}