Clear all notifications
@override Future<void> clearNotifications() { _notifications.clear(); return serviceWorkerManager.cancelAllNotifications(); }