nextSlide method

void nextSlide()

Implementation

void nextSlide() {
  goToSlide(currentSlide.peek() + 1);
}