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}) {
return _views[viewId]!.getFileStream(htmlFile);
}
Get the contents of the passed HTML file as a chunked stream.
@override
Stream<List<int>> getFileStream(web.File htmlFile, {required int viewId}) {
return _views[viewId]!.getFileStream(htmlFile);
}