Sets the window location.
Future<void> setLocation(Point<int> point) => _client.send( _handler.window.buildSetLocationRequest(point), _handler.window.parseSetLocationResponse);