showInterstitial abstract method

Future<bool> showInterstitial(
  1. String placement
)

Show interstitial. If auto load is enabled, no need to call loadInterstitial

Implementation

Future<bool> showInterstitial(String placement);