nativeAdBuilder property
If you want allow native ads - provide Widget builder for them
Implementation
final Widget Function(
NativeAdData nativeAd,
)? nativeAdBuilder;
If you want allow native ads - provide Widget builder for them
final Widget Function(
NativeAdData nativeAd,
)? nativeAdBuilder;