dispose method

Future<void> dispose()
inherited

Dispose the Adrop ad to free resources.

Implementation

Future<void> dispose() async {
  return await _invokeChannel.invokeMethod(AdropMethod.disposeAd,
      {"adType": _adType.index, "requestId": _requestId});
}