getFileData method

Future<Uint8List> getFileData(
  1. dynamic htmlFile, {
  2. required int viewId,
})

Get the contents of the passed HTML file.

Implementation

Future<Uint8List> getFileData(dynamic htmlFile, {required int viewId}) async {
  throw UnimplementedError('getFileData');
}