getCallCloseInterstitialAds method

Future getCallCloseInterstitialAds(
  1. dynamic j
)

Implementation

Future getCallCloseInterstitialAds(j) async {
  return await interstitialAds?.showCloseInterstitial(j);
}