getFileStream method
Get the contents of the passed HTML file as a chunked stream.
Implementation
Stream<List<int>> getFileStream(DropzoneFileInterface file,
{required int viewId}) async* {
throw UnimplementedError('getFileStream');
}
Get the contents of the passed HTML file as a chunked stream.
Stream<List<int>> getFileStream(DropzoneFileInterface file,
{required int viewId}) async* {
throw UnimplementedError('getFileStream');
}