close method

Future close()

Closes the window.

Implementation

Future close() => _client.send(
    _handler.window.buildCloseRequest(), _handler.window.parseCloseResponse);