stop method

void stop()
inherited

Stop tracking

Implementation

void stop() {
  if (!_isTracking) return;
  _isTracking = false;
  onStop();
}