pushEvent top-level property

dynamic get pushEvent

This Push API interface represents a push message that has been received. This event is sent to the global scope of a ServiceWorker. It contains the information sent from an application server to a PushSubscription. Available only in secure contexts.

MDN Reference

Implementation

_i2.dynamic get pushEvent => _i4.getProperty(
      _self,
      'PushEvent',
    );