onBannerAdLoaded property
A callback function that is called when a banner ad is loaded.
The onBannerAdLoaded function takes a BannerAdLoadedEvent as a parameter, which provides information about the loaded banner ad. If the onBannerAdLoaded function is not provided, no action will be taken when a banner ad is loaded.
Implementation
final void Function(BannerAdLoadedEvent)? onBannerAdLoaded;