isPersistent property

bool isPersistent
final

Determines where the file cache is stored on the device.

  • true: Uses the Application Documents Directory. Data persists until the user uninstalls the app or clears data manually.
  • false (default): Uses the Temporary Directory. The OS may delete these files at any time to free up space.

Ignored if useRam is set to true.

Implementation

final bool isPersistent;