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