showInterstitialAdWithShowConfig method
Implementation
Future<String> showInterstitialAdWithShowConfig({
required String placementID,
required String sceneID,
required String showCustomExt,
}) async {
return await AnythinkSdk.channel.invokeMethod("showInterstitialAdWithShowConfig", {
"placementID": placementID,
"sceneID": sceneID,
"showCustomExt": showCustomExt,
});
}