Cancels the pending notifications with the given list of identifiers.
A promise indicating the success or failure of the operation.
import { cancel } from '@tauri-apps/plugin-notification';await cancel([-34234, 23432, 4311]); Copy
import { cancel } from '@tauri-apps/plugin-notification';await cancel([-34234, 23432, 4311]);
2.0.0
Cancels the pending notifications with the given list of identifiers.