@tauri-apps/plugin-notification - v2.3.0
    Preparing search index...

    Function removeChannel

    • Removes the channel with the given identifier.

      Parameters

      • id: string

      Returns Promise<void>

      A promise indicating the success or failure of the operation.

      import { removeChannel } from '@tauri-apps/plugin-notification';
      await removeChannel();

      2.0.0