Hide a window.
Future<void> hide(String id, {bool animate = true}) async { await send<void>('hide', windowId: id, params: { 'animate': animate, }); }