stopMoveAlongThePath method

void stopMoveAlongThePath()

Implementation

void stopMoveAlongThePath() {
  _currentPath.clear();
  _currentIndex = 0;
  this.idle();
  gameRef.map.setLinePath(_currentPath, _pathLineColor, _pathLineStrokeWidth);
}