parseHtml method
Implementation
HtmlDocument parseHtml({
required Window window,
required String content,
String mime = 'text/html',
}) {
return html.parseHtml(window: window, content: content, mime: mime);
}
HtmlDocument parseHtml({
required Window window,
required String content,
String mime = 'text/html',
}) {
return html.parseHtml(window: window, content: content, mime: mime);
}