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