prepareInterstitialAd static method

void prepareInterstitialAd(
  1. String placementId
)

Implementation

static void prepareInterstitialAd(String placementId) async {
  await _channel.invokeMethod("interstitial", placementId);
}