loadInterstitial static method

Future loadInterstitial()

Implementation

static Future<dynamic> loadInterstitial() async {
  await _channel.invokeMethod('loadInterstitial');
}