AdListener typedef

AdListener = void Function(AdEvent event, {int? errorCode})

Implementation

typedef void AdListener(AdEvent event, {int? errorCode});