@tauri-store/pinia - v3.2.0
    Preparing search index...

    Variable saveAllNowConst

    saveAllNow: () => Promise<void> = ...

    Saves all the stores to the disk immediately, ignoring the save strategy.

    Type declaration

    import { saveAllNow } from '@tauri-store/pinia';

    await saveAllNow();