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