startAutoPlay method

  1. @override
void startAutoPlay()
override

The ImageView will only autoPlay if the autoPlay parameter in Ci360Options is true.

Implementation

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