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