stopAutoplay method

void stopAutoplay()

Implementation

void stopAutoplay() {
  event = SwiperController.STOP_AUTOPLAY;
  this.autoplay = false;
  notifyListeners();
}