Bring window to front.
Future<void> bringToFront(String id) async { await send<void>('bringToFront', windowId: id); }