startAutoplay method
Implementation
void startAutoplay({bool animation = true}) {
event = AutoPlaySwiperControllerEvent.start(animation: animation);
notifyListeners();
}
void startAutoplay({bool animation = true}) {
event = AutoPlaySwiperControllerEvent.start(animation: animation);
notifyListeners();
}