dispose method
Invoked when dispose() is called on the corresponding AdropBannerView
Implementation
Future<void> dispose() async {
return await adropAdManager.dispose(this, _requestId);
}
Invoked when dispose() is called on the corresponding AdropBannerView
Future<void> dispose() async {
return await adropAdManager.dispose(this, _requestId);
}