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