moveToNextPosition method

void moveToNextPosition()

Implementation

void moveToNextPosition() {
  moveToPosition(1);
}