stopAutoPlay method

void stopAutoPlay()

停止自动播放

Implementation

void stopAutoPlay() {
  event = FlSwiperEvent.stop;
  autoPlay = false;
  notifyListeners();
}