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