setAsActive method
Sets the window as active.
Implementation
void setAsActive() {
_client.send(_handler.window.buildSetActiveRequest(id),
_handler.window.parseSetActiveResponse);
}
Sets the window as active.
void setAsActive() {
_client.send(_handler.window.buildSetActiveRequest(id),
_handler.window.parseSetActiveResponse);
}