resetSeconds method

void resetSeconds()

Reset seconds.

Implementation

void resetSeconds() {
  _currentSeconds = 0;
}