discardAdBreak method

Future<void> discardAdBreak()

Discards current ad break and resumes content.

If there is no current ad then the next ad break is discarded.

Implementation

Future<void> discardAdBreak() {
  return platform.discardAdBreak();
}