quorum
    Preparing search index...

    Function clearAuthStore

    • Clear Tauri store

      Clears the Tauri authentication store by removing all stored values.

      Returns Promise<void>

      Promise - Resolves when the store is successfully cleared.

      If the store operation fails (e.g., I/O error).

      await clearAuthStore();