POBAdEvent<T extends POBAd> typedef

POBAdEvent<T extends POBAd> = void Function(T ad)

Function Definition to give Ad expired call back to the listener

Implementation

typedef POBAdEvent<T extends POBAd> = void Function(T ad);