dispose method
Frees the plugin resources associated with this ad.
Implementation
Future<void> dispose() {
return instanceManager.disposeAd(this);
}
Frees the plugin resources associated with this ad.
Future<void> dispose() {
return instanceManager.disposeAd(this);
}