ServiceWorkerPayload.cancelAll constructor

ServiceWorkerPayload.cancelAll()

Implementation

factory ServiceWorkerPayload.cancelAll() {
  return ServiceWorkerPayload(NotificationAction.cancelAll);
}