NovvyPlatformAdView constructor

const NovvyPlatformAdView({
  1. Key? key,
  2. required String viewType,
  3. required String adObjectId,
  4. required PlatformViewCreatedCallback onPlatformViewCreated,
})

Implementation

const NovvyPlatformAdView({
  super.key,
  required this.viewType,
  required this.adObjectId,
  required this.onPlatformViewCreated,
});