loadAndShow method
void
loadAndShow()
Implementation
void loadAndShow() {
AdJgFlutterSdk.loadBannerAd(
posId: this.posId,
adId: this.adId,
adWidth: this.width,
adHeight: this.height);
}
void loadAndShow() {
AdJgFlutterSdk.loadBannerAd(
posId: this.posId,
adId: this.adId,
adWidth: this.width,
adHeight: this.height);
}