parseHTML method

Future<Document> parseHTML()

Implementation

Future<dom.Document> parseHTML() async {
  return parse(await getHtml());
}