Cancels all pending notifications.
A promise indicating the success or failure of the operation.
import { cancelAll } from '@tauri-apps/plugin-notification';await cancelAll(); Copy
import { cancelAll } from '@tauri-apps/plugin-notification';await cancelAll();
2.0.0
Cancels all pending notifications.