Capture all pointer events.
Future<void> capturePointer(String id) async { await send<void>('capturePointer', windowId: id); }