dispose method
inherited
Dispose the Adrop ad to free resources.
Implementation
Future<void> dispose() async {
return await _invokeChannel.invokeMethod(AdropMethod.disposeAd,
{"adType": _adType.index, "requestId": _requestId});
}
Dispose the Adrop ad to free resources.
Future<void> dispose() async {
return await _invokeChannel.invokeMethod(AdropMethod.disposeAd,
{"adType": _adType.index, "requestId": _requestId});
}