stopUpdatePositionTimer method

void stopUpdatePositionTimer()

Implementation

void stopUpdatePositionTimer() {
  _positionTimer?.cancel();
}