dispose method

Future<void> dispose()

Implementation

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