title property

Future<String> title

The title of the current page.

Implementation

Future<String> get title => _client.send(
    _handler.core.buildTitleRequest(), _handler.core.parseTitleResponse);