window property
Handle for the active tab/window.
Implementation
Future<Window> get window => _client.send(
_handler.window.buildGetActiveWindowRequest(),
(response) => Window(_client, _handler,
_handler.window.parseGetActiveWindowResponse(response)));