Create a new Store or load the existing store with the path.
Path to save the store in app_data_dir
app_data_dir
Optional
Store configuration options
import { Store } from '@tauri-apps/api/store';const store = await Store.load('store.json'); Copy
import { Store } from '@tauri-apps/api/store';const store = await Store.load('store.json');
Create a new Store or load the existing store with the path.