showInterAd abstract method
Displays the interstitial ad. A callback function is passed to handle success or failure of the ad.
Implementation
void showInterAd({
required Function({InterstitialAd? ad, AdError? error}) callBack,
});
Displays the interstitial ad. A callback function is passed to handle success or failure of the ad.
void showInterAd({
required Function({InterstitialAd? ad, AdError? error}) callBack,
});