cancel method

void cancel()

Implementation

void cancel() {
  audioDuration?.cancel();
  audioDuration?.cancel();
  videoDuration?.cancel();
}