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