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