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