close method
Closes the window.
Implementation
void close() {
_client.send(_handler.window.buildCloseRequest(),
_handler.window.parseCloseResponse);
}
Closes the window.
void close() {
_client.send(_handler.window.buildCloseRequest(),
_handler.window.parseCloseResponse);
}