startAutoPlay method

  1. @override
void startAutoPlay()
override

Starts the controlled CarouselSlider autoplay.

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

Implementation

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