disable method
Disables DOM agent for the given page.
Implementation
Future<void> disable() async {
await _client.send('DOM.disable');
}
Disables DOM agent for the given page.
Future<void> disable() async {
await _client.send('DOM.disable');
}