load my ad before performing launchURL.
buttonactionL: () async{
await StartApp.showInterstitialAd();
String url = "https://google.com";
_launchURL(url);
},
load my ad before performing launchURL.
buttonactionL: () async{
await StartApp.showInterstitialAd();
String url = "https://google.com";
_launchURL(url);
},
Copyright © 2021 Jogjafile Inc.
Call
showAds
method and in the completion ofonAdClosed
andonAdFailedToLoad
performlaunchURl
operation: