currentUrl property

String currentUrl

The current url.

Implementation

String get currentUrl => _client.send(_handler.core.buildCurrentUrlRequest(),
    _handler.core.parseCurrentUrlResponse);