Resize window.
Future<void> resize(int width, int height) { return post('resize', {'width': width, 'height': height}); }