disable method

Future<void> disable()

Disables DOM snapshot agent for the given page.

Implementation

Future<void> disable() async {
  await _client.send('DOMSnapshot.disable');
}