getFileStream method
Get the contents of the passed HTML file as a chunked stream.
Implementation
@override
Stream<List<int>> getFileStream(web.File htmlFile,
{required int viewId}) async* {
throw UnsupportedError(
'DropzoneView: $defaultTargetPlatform is not supported');
}