loadAndShowInterstitialAdQuickly method

dynamic loadAndShowInterstitialAdQuickly()

Implementation

loadAndShowInterstitialAdQuickly() async {
  if (_interstitialAd == null) {
    await createInterstitialAd();
  }
  showInterstitialAd();
}