OSETNativeWidget constructor

const OSETNativeWidget({
  1. Key? key,
  2. required OSETNativeAd osetNativeAd,
  3. String viewType = OSETAdSDK.viewTypeOSETNativeAd,
})

Implementation

const OSETNativeWidget({
  super.key,
  required this.osetNativeAd,
  this.viewType = OSETAdSDK.viewTypeOSETNativeAd,
});