notificationEvent top-level property

dynamic get notificationEvent

The parameter passed into the onnotificationclick handler, the NotificationEvent interface represents a notification click event that is dispatched on the ServiceWorkerGlobalScope of a ServiceWorker.

MDN Reference

Implementation

_i2.dynamic get notificationEvent => _i4.getProperty(
      _self,
      'NotificationEvent',
    );