reset method

void reset()

Implementation

void reset() {
  pause();
  remainingSeconds = totalSeconds;
}