onInterstitialShown property
Stream<void>
get
onInterstitialShown
Fired when interstitial page was shown
Implementation
Stream<void> get onInterstitialShown =>
_client.onEvent.where((event) => event.name == 'Page.interstitialShown');