skipAd method Null safety

void skipAd()

Skips the playing ad.

Implementation

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