stopAutoPlay method

  1. @override
void stopAutoPlay()
override

This is a more on-demand way of doing this. Use the autoPlay parameter in Ci360Options to specify the autoPlay behaviour of the ImageView.

Implementation

@override
void stopAutoPlay() {
  _state!.onResetTimer();
}