enable method

Future<void> enable()

Enables DOM snapshot agent for the given page.

Implementation

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