enable method
Enables compositing tree inspection.
Implementation
Future<void> enable() async {
await _client.send('LayerTree.enable');
}
Enables compositing tree inspection.
Future<void> enable() async {
await _client.send('LayerTree.enable');
}