AppylarBannerView constructor

const AppylarBannerView({
  1. Key? key,
  2. required AppylarBannerViewCreatedCallback onAppylarBannerViewCreated,
})

Implementation

const AppylarBannerView({super.key, required this.onAppylarBannerViewCreated});