setInterstitialEnabled static method

Future setInterstitialEnabled(
  1. bool enabled
)

Implementation

static Future setInterstitialEnabled(bool enabled) async {
  await _channel.invokeMethod('setInterstitialEnabled', [enabled]);
}