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