Removes the channel with the given identifier.
A promise indicating the success or failure of the operation.
import { removeChannel } from '@tauri-apps/plugin-notification';await removeChannel(); Copy
import { removeChannel } from '@tauri-apps/plugin-notification';await removeChannel();
2.0.0
Removes the channel with the given identifier.