cancelDragging method
Cancels any active dragging in the page.
Implementation
Future<void> cancelDragging() async {
await _client.send('Input.cancelDragging');
}
Cancels any active dragging in the page.
Future<void> cancelDragging() async {
await _client.send('Input.cancelDragging');
}