onInterstitialShown property

Stream<void> onInterstitialShown

Fired when interstitial page was shown

Implementation

Stream<void> get onInterstitialShown =>
    _client.onEvent.where((event) => event.name == 'Page.interstitialShown');