Remove focus from a window.
Future<void> unfocus(String id) async { await send<void>('unfocus', windowId: id); }