setAppLovinInterestitialAd function
Implementation
void setAppLovinInterestitialAd(AppLovinInterstitialAd? _intraAd) {
if (_intraAd != null) {
setTimerDelayed();
} else {
resetTimerDelayed();
}
_appLovininterstitialAd = _intraAd;
}
void setAppLovinInterestitialAd(AppLovinInterstitialAd? _intraAd) {
if (_intraAd != null) {
setTimerDelayed();
} else {
resetTimerDelayed();
}
_appLovininterstitialAd = _intraAd;
}