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