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