core/save library
Classes
Functions
-
autosave(
SaveData saveData, String savePath) → Future< void> - Creates a save and writes it to the unique file.
-
getDefaultInitialSaveData(
Preferences preferences) → Future< SaveData> -
Returns the most recent save is case if one exists. Otherwise returns a clear state defined by
Savedata.fallback()
; -
getVisitedScenes(
String savePath) → Future< Set< String> > -
listSaves(
String savePath) → Future< List< SaveData> > -
markSceneAsVisited(
String sceneId, String savePath) → Future< void> -
save(
SaveData saveData, String savePath) → Future< void>