@tauri-apps/plugin-deep-link - v2.4.5
    Preparing search index...

    Function unregister

    • Unregister the app as the default handler for the specified protocol.

      Parameters

      • protocol: string

        The name of the protocol without ://.

      Returns Promise<null>

      import { unregister } from '@tauri-apps/plugin-deep-link';
      await unregister("my-scheme");

      2.0.0