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