stopStatsReporting method

void stopStatsReporting()

Implementation

void stopStatsReporting() {
  if (debugReportStarted) {
    debugReportStarted = false;
    _sendStopDebugReport(debugStatsId);
  }
  _timer?.cancel();
}