content property

Future<String?> content

Gets the full HTML contents of the page, including the doctype.

Implementation

Future<String?> get content {
  return mainFrame.content;
}