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 loads an Interstitial ad with with video and the volume by default to that ad is set to maximum, is there any way to mute it?
And also for Rewarded video ads, I can't find any option to mute the ads, can anyone help?