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