AdListener typedef

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

Implementation

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