getFileMIME method

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

Get the MIME type of the passed HTML file.

Implementation

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