disable method

Future<void> disable()

Disables compositing tree inspection.

Implementation

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