loadAndShow method

void loadAndShow()

Implementation

void loadAndShow() {
  AdSuyiFlutterSdk.loadSplashAd(
      posId: this.posId,
      adId: this.adId,
      imgName: this.imgName,
      imgLogoName: this.imgLogoName,
      isRepeatApplyPermission: this.isRepeatApplyPermission,
      isApplyPermission: this.isApplyPermission);
}