load method

void load()

Implementation

void load() {
  AdSuyiFlutterSdk.loadOnlySplashAd(
      posId: this.posId,
      adId: this.adId,
      adWidth: this.width,
      adHeight: this.height,
      imgName: this.imgName,
      imgLogoName: this.imgLogoName);
}