createHtmlDocument method
Implementation
HtmlDocument createHtmlDocument([String? title]) {
return HtmlDocument.internal(
window: window,
contentType: 'text/html',
filled: false,
);
}
HtmlDocument createHtmlDocument([String? title]) {
return HtmlDocument.internal(
window: window,
contentType: 'text/html',
filled: false,
);
}