+ flutter admob volume How to mute Interstitial and Rewarded video ads in Admob? Code: void _ads() async { var interAd = InterstitialAd( adUnitId: "use_some_genuine_ad_id_not_test_one", ); await interAd.load(); await interAd.show(); } Problem: Sometimes Admob l... wono | tweet Add comment Do you want to delete? YesNo