showIntraAds static method

dynamic showIntraAds({
  1. Function? callback = null,
})

Implementation

static showIntraAds({Function? callback = null}) async {
  GoogleApplovinUnityAds.platform.setMethodCallHandler(
      (call) => handleChannelCallback(call, callback: callback));
  await GoogleApplovinUnityAds.platform.invokeMethod('call.ads.interestial');
}