stopTimer method

void stopTimer()

Implementation

void stopTimer() {
  CallState.instance._timer?.cancel();
}