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