Posts

Showing posts with the label Firebase Admob

BannerAd.dispose Not Working Flutter Admob

Answer : You need to dispose the banner like this try { _myBanner?.dispose(); _myBanner = null; } catch (ex) { log("banner dispose error"); }