eventAdImpressionHyperBid method

void eventAdImpressionHyperBid(
  1. Map<String, dynamic> json
)

Implementation

void eventAdImpressionHyperBid(Map<String, dynamic> json) {
  _channel.invokeMethod('eventAdImpressionHyperBid', json);
}