Check whether the app is the default handler for the specified protocol.
The name of the protocol without ://.
://
import { isRegistered } from '@tauri-apps/plugin-deep-link';await isRegistered("my-scheme"); Copy
import { isRegistered } from '@tauri-apps/plugin-deep-link';await isRegistered("my-scheme");
2.0.0
Check whether the app is the default handler for the specified protocol.