location property

Future<Point<int>> location

The location of the window.

Implementation

Future<Point<int>> get location => _client.send(
    _handler.window.buildLocationRequest(),
    _handler.window.parseLocationResponse);