cancelAll
cancelAll():
Promise
<void
>
Defined in: plugins/notification/guest-js/index.ts:442
Cancels all pending notifications.
Promise
<void
>
A promise indicating the success or failure of the operation.
import { cancelAll } from '@tauri-apps/plugin-notification';await cancelAll();
2.0.0
© 2025 Tauri Contributors. CC-BY / MIT