Const
Saves all the stores to the disk immediately, ignoring the save strategy.
import { saveAllNow } from '@tauri-store/svelte';await saveAllNow(); Copy
import { saveAllNow } from '@tauri-store/svelte';await saveAllNow();
Saves all the stores to the disk immediately, ignoring the save strategy.