dispose static method

void dispose()

Implementation

static void dispose() {
  _interstitialAd?.dispose();
  _interstitialAd = null;
}