NovvyPlatformAdView constructor
const
NovvyPlatformAdView({
- Key? key,
- required String viewType,
- required String adObjectId,
- required PlatformViewCreatedCallback onPlatformViewCreated,
Implementation
const NovvyPlatformAdView({
super.key,
required this.viewType,
required this.adObjectId,
required this.onPlatformViewCreated,
});