cancelAllNotifications method
Implementation
Future<void> cancelAllNotifications() {
final payload = ServiceWorkerPayload.cancelAll();
return postMessage(payload);
}
Future<void> cancelAllNotifications() {
final payload = ServiceWorkerPayload.cancelAll();
return postMessage(payload);
}