disable method

Future<void> disable()

Disables the CSS agent for the given page.

Implementation

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