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