@override Future<void> muteVideoAds(bool mute) async { return await methodChannel.invokeMethod("muteVideoAds", mute); }