Future<void> cancelNotification(String id) { final payload = ServiceWorkerPayload.cancel(id); return postMessage(payload); }