currentUrl property Null safety
The current url.
Implementation
Future<String> get currentUrl => _client.send(
_handler.core.buildCurrentUrlRequest(),
_handler.core.parseCurrentUrlResponse);
The current url.
Future<String> get currentUrl => _client.send(
_handler.core.buildCurrentUrlRequest(),
_handler.core.parseCurrentUrlResponse);