startAutoPlay method

void startAutoPlay()
override

Starts the controlled CarouselSlider autoplay.

The carousel will only autoPlay if the autoPlay parameter in CarouselOptions is true.

Implementation

void startAutoPlay() {
  _state!.onResumeTimer();
}