onError method

void onError(
  1. InterstitialAdOnErrorCallback listener
)

Implementation

void onError(InterstitialAdOnErrorCallback listener) {
  final result = $$context$$.callMethod('onError', [
    ListenerManager.addListener(
      listener,
      (res) => InterstitialAdOnErrorListenerResult($$context$$: res),
    )
  ]);
  return result;
}