dispose method
Disposes the current instance by canceling any active event subscriptions.
Call this when the interstitial ad is no longer needed to clean up resources.
Implementation
@override
void dispose() {
_interstitialAdView.dispose();
}
Disposes the current instance by canceling any active event subscriptions.
Call this when the interstitial ad is no longer needed to clean up resources.
@override
void dispose() {
_interstitialAdView.dispose();
}