Im trying to implement Google adsense on my app. And debugging shows that this line
this.admobFree.banner.config(bannerConfig);
is having an error
ERROR TypeError: Object(…) is not a function at AdMobFreeBanner
Im running an ionic version 5.4, corodova version 10. Can anyone advise why im having this error?