stopTracking method

void stopTracking()

Implementation

void stopTracking() {
  _timer.cancel(); // Cancel the timer
}