content property

Future<String?> get content

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

Implementation

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