stream property

Stream<List<int>>? stream
final

文件字节流

web端仅支持此模式上传 native端如果stream不为null则会忽略filePath

Implementation

final Stream<List<int>>? stream;