Destroy a window.
Future<void> destroy(String id) async { await send<void>('destroy', windowId: id); }