DynamicNativeAd constructor

const DynamicNativeAd({
  1. Key? key,
  2. required List adPriority,
  3. Function? callBack,
})

Implementation

const DynamicNativeAd({super.key, required this.adPriority, this.callBack});