TeadsNativeAdView constructor

TeadsNativeAdView({
  1. Key? key,
  2. required String factoryId,
})

Implementation

TeadsNativeAdView({Key? key, required this.factoryId}) : super(key: key);