setAdEventHandler method
Set handler for ad lifecycle events from native SDK.
data contains additional event parameters (e.g. banner coordinates for adCompleted).
Implementation
void setAdEventHandler(
void Function(String event, Map<String, dynamic>? data) handler) {
throw UnimplementedError('setAdEventHandler() has not been implemented.');
}