Send window to back.
Future<void> sendToBack(String id) async { await send<void>('sendToBack', windowId: id); }