load method Null safety

void load()

Implementation

void load() {
  AdSuyiFlutterSdk.loadNativeAd(
      posId: this.posId, width: this.width, adId: this.adId);
}