showInterstitial abstract method

Future<void> showInterstitial(
  1. AdCallback? callback
)

Shows the Interstitial ad if available. @param activity The activity from which the Interstitial ad should be shown. @param callback The callback for Interstitial ad events.

Implementation

Future<void> showInterstitial(AdCallback? callback);