showInterstitial abstract method

Future<void> showInterstitial(
  1. int id
)

This method displays the interstitial for a given interstitialId, see RefineryAdFactory.createInterstitial method.

Implementation

Future<void> showInterstitial(int id);