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