destroy method
Implementation
Future<void> destroy() async {
assert(!_destroyed);
if (_destroyed) return;
_destroyed = true;
await InterstitialAdPlatformInterface.destroyInterstitialAd(_id);
}
Future<void> destroy() async {
assert(!_destroyed);
if (_destroyed) return;
_destroyed = true;
await InterstitialAdPlatformInterface.destroyInterstitialAd(_id);
}