Checks if the permission to send notifications is granted.
import { isPermissionGranted } from '@tauri-apps/plugin-notification';const permissionGranted = await isPermissionGranted(); Copy
import { isPermissionGranted } from '@tauri-apps/plugin-notification';const permissionGranted = await isPermissionGranted();
2.0.0
Checks if the permission to send notifications is granted.