startAutoPlay method
void
startAutoPlay()
开始自动播放
Implementation
void startAutoPlay() {
event = FlSwiperEvent.start;
autoPlay = true;
notifyListeners();
}
开始自动播放
void startAutoPlay() {
event = FlSwiperEvent.start;
autoPlay = true;
notifyListeners();
}