getFileStream method
Get the contents of the passed HTML file as a chunked stream.
Implementation
@override
Stream<List<int>> getFileStream(DropzoneFileInterface file,
{required int viewId}) {
return _views[viewId]!.getFileStream(file);
}
Get the contents of the passed HTML file as a chunked stream.
@override
Stream<List<int>> getFileStream(DropzoneFileInterface file,
{required int viewId}) {
return _views[viewId]!.getFileStream(file);
}