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