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