skipPhase method

void skipPhase()

Implementation

void skipPhase() {
  _timer?.cancel();
  _onPhaseComplete();
}