startAutoplay method

void startAutoplay()

Implementation

void startAutoplay() {
  event = SwiperController.START_AUTOPLAY;
  this.autoplay = true;
  notifyListeners();
}