dispose method

Future<void> dispose()

Frees the plugin resources associated with this ad.

Implementation

Future<void> dispose() {
  return instanceManager.disposeAd(this);
}