load method Null safety
Implementation
void load() {
AdSuyiFlutterSdk.loadOnlySplashAd(
posId: this.posId,
adId: this.adId,
adWidth: this.width,
adHeight: this.height);
}
void load() {
AdSuyiFlutterSdk.loadOnlySplashAd(
posId: this.posId,
adId: this.adId,
adWidth: this.width,
adHeight: this.height);
}