loadAndShow method

void loadAndShow()

Implementation

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