BannerAd.dispose Not Working Flutter Admob Get link Facebook X Pinterest Email Other Apps February 06, 2001 Answer : You need to dispose the banner like this try { _myBanner?.dispose(); _myBanner = null; } catch (ex) { log("banner dispose error"); } Read more