resetInterstitialCount static method

void resetInterstitialCount()

Reset interstitial call count

Implementation

static void resetInterstitialCount() {
  GoogleAdsHelper.instance.resetInterstitialCount();
}