POBEventRequestAd typedef

POBEventRequestAd = void Function({Map<String, String>? openWrapTargeting})

Function definition used to make request to the event handler with the openwrap targeting

Implementation

typedef POBEventRequestAd = void Function(
    {Map<String, String>? openWrapTargeting});