close method
Closes the window.
Implementation
Future close() => _client.send(
_handler.window.buildCloseRequest(), _handler.window.parseCloseResponse);
Closes the window.
Future close() => _client.send(
_handler.window.buildCloseRequest(), _handler.window.parseCloseResponse);