Release keyboard capture.
Future<void> releaseKeyboard(String id) async { await send<void>('releaseKeyboard', windowId: id); }