withReadStream property

bool withReadStream
final

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.

Implementation

final bool withReadStream;