nativeAd method

Widget nativeAd({
  1. Key? key,
})

Return a Widget containing the ad.

Implementation

Widget nativeAd({Key? key}) => _NativeAdWidget(key: key);