Disposes of the specified ad.
@override Future<void> disposeNativeAd(String id) async { await methodChannel.invokeMethod('disposeNativeAd', {'id': id}); }