Set position of window.
Future<void> setPosition(int x, int y) { return post('setPosition', {'x': x, 'y': y}); }