@override Future<bool?> interstitialShow() async { final result = await methodChannel.invokeMethod<bool>('interstitialShow'); return result; }