onAdErrorEvent property
void Function(AdErrorEvent event)?
get
onAdErrorEvent
Invoked when there was an error playing the ad. Log the error and resume playing content.
Implementation
void Function(AdErrorEvent event)? get onAdErrorEvent =>
platform.params.onAdErrorEvent;