Requests to close a popup ad.
@protected Future<void> closeAd() async { return await _invokeChannel.invokeMethod(AdropMethod.closeAd, {"adType": _adType.index, "requestId": _requestId}); }