Move window below another.
Future<void> moveBelow(String id, String otherId) async { await send<void>('moveBelow', windowId: id, params: { 'otherId': otherId, }); }