load method Null safety

void load()

Implementation

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