load method

void load()

Implementation

void load() {
  if (Platform.isAndroid) {
    this.resetAdId();
  }
  AdSuyiFlutterSdk.loadNativeAd(
      posId: this.posId, width: this.width, height: this.height, adId: this.adId);
}