title property
The title of the current page.
Implementation
String get title => _client.send(
_handler.core.buildTitleRequest(), _handler.core.parseTitleResponse);
The title of the current page.
String get title => _client.send(
_handler.core.buildTitleRequest(), _handler.core.parseTitleResponse);