loadInterstitial method
Implementation
Future<void> loadInterstitial(LacunaInterstitial ad) async {
return _methodChannel.invokeMethod('loadInterstitial', {'pid': ad.placeId, 'request_who': ad.requestId});
}
Future<void> loadInterstitial(LacunaInterstitial ad) async {
return _methodChannel.invokeMethod('loadInterstitial', {'pid': ad.placeId, 'request_who': ad.requestId});
}