getFileData method
Get the contents of the passed HTML file.
Implementation
@override
Future<Uint8List> getFileData(dynamic htmlFile, {required int viewId}) {
return _views[viewId]!.getFileData(htmlFile);
}
Get the contents of the passed HTML file.
@override
Future<Uint8List> getFileData(dynamic htmlFile, {required int viewId}) {
return _views[viewId]!.getFileData(htmlFile);
}