@dxos/app-framework - v0.9.0
    Preparing search index...

    Function uninstall

    • Removes a previously installed remote plugin: drops the persisted entry, evicts cached assets, and removes any stylesheet <link> tags that loadFromManifest appended.

      Cache eviction failures are logged and swallowed — the persisted entry has already been dropped so the user-visible state is consistent regardless of whether the platform cache cooperated.

      Parameters

      • pluginId: string
      • options: Options = {}

      Returns Effect<void, never>