Const
Lists all the store ids.
import { getStoreIds } from '@tauri-store/svelte';const ids = await getStoreIds(); Copy
import { getStoreIds } from '@tauri-store/svelte';const ids = await getStoreIds();
Lists all the store ids.