stopReport static method

void stopReport()

Implementation

static void stopReport() {
  if (_timer != null) {
    _timer?.cancel();
  }
}