You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically the banner class is using PlatformView which handles disposing the view for you.
onBannerCreated: (AdmobBannerController controller) {
// Dispose is called automatically for you when Flutter removes the banner from the widget tree.// Normally you don't need to worry about disposing this yourself, it's handled.// If you need direct access to dispose, this is your guy!
controller.dispose();
},
Why doesn't the Admob Banner class have a dispose method?
The text was updated successfully, but these errors were encountered: