removeChannel
removeChannel(
id):Promise<void>
Defined in: plugins/notification/guest-js/index.ts:536
Removes the channel with the given identifier.
string
Promise<void>
A promise indicating the success or failure of the operation.
import { removeChannel } from '@tauri-apps/plugin-notification';await removeChannel();2.0.0
© 2025 Tauri Contributors. CC-BY / MIT