preferencesDirectory property

Directory preferencesDirectory

Get the preferences directory for this game.

Implementation

Directory get preferencesDirectory =>
    Directory(sdl.getPrefPath(orgName, appName));