OSETNativeWidget constructor
const
OSETNativeWidget({
- Key? key,
- required OSETNativeAd osetNativeAd,
- String viewType = OSETAdSDK.viewTypeOSETNativeAd,
Implementation
const OSETNativeWidget({
super.key,
required this.osetNativeAd,
this.viewType = OSETAdSDK.viewTypeOSETNativeAd,
});