showInterstitial static method

Future<void> showInterstitial(
  1. String adUnitId
)

Implementation

static Future<void> showInterstitial(String adUnitId) =>
    _methods.invokeMethod('showInterstitial', {'adUnitId': adUnitId});