loadInterstitial method

Future<void> loadInterstitial(
  1. LacunaInterstitial ad
)

Implementation

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