skipAd method

void skipAd()

Skips the playing ad.

Implementation

void skipAd() {
  _hostApi.skipAd();
}