copyFileToCacheDir property

bool copyFileToCacheDir
final

Flag telling if the picked file should be copied to the application specific cache directory (Android only).

If true, pickFile returns path to the copied file. If false, pickFile returns path to the original picked file.

Implementation

final bool copyFileToCacheDir;