discardAdBreak method
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();
}
Discards current ad break and resumes content.
If there is no current ad then the next ad break is discarded.
Future<void> discardAdBreak() {
return platform.discardAdBreak();
}