loadInterstitialAd method

void loadInterstitialAd({
  1. required String interstitialID,
})

Implementation

void loadInterstitialAd({required String interstitialID}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}