load method

void load()

Implementation

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