pause method

void pause()

Will pause the internal timecode timer so that it can be resumed.

Implementation

void pause() {
  _timer?.cancel();
}