location property
The location of the window.
Implementation
Point<int> get location => _client.send(
_handler.window.buildLocationRequest(),
_handler.window.parseLocationResponse);
The location of the window.
Point<int> get location => _client.send(
_handler.window.buildLocationRequest(),
_handler.window.parseLocationResponse);