withReadStream property

bool withReadStream
getter/setter pair

If withReadStream is set, picked files will have its byte data available as a Stream<List<int>> which can be useful for uploading and processing large files. Defaults to false.

Implementation

bool withReadStream = false;