onShow property - Notification class - dart:html library (original) (raw)

description

Stream<Event> getonShow

Stream of show events handled by this Notification.

Implementation

Stream<Event> get onShow => showEvent.forTarget(this);