cancelAutoPlay method

void cancelAutoPlay()

Implementation

void cancelAutoPlay() {
  _autoPlayTimer?.cancel();
  _autoPlayTimer = null;
}