cancelAllNotifications method

Future<void> cancelAllNotifications()

Implementation

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