Retrieves the list of notification channels.
A promise resolving to the list of notification channels.
import { channels } from '@tauri-apps/plugin-notification';const notificationChannels = await channels(); Copy
import { channels } from '@tauri-apps/plugin-notification';const notificationChannels = await channels();
2.0.0
Retrieves the list of notification channels.