showAd method
void
showAd()
Implementation
void showAd() {
if (_interstitialAd != null) {
_interstitialAd?.show();
} else {
_loadAd();
showAd();
}
}
void showAd() {
if (_interstitialAd != null) {
_interstitialAd?.show();
} else {
_loadAd();
showAd();
}
}