disable method
Disables the CSS agent for the given page.
Implementation
Future<void> disable() async {
await _client.send('CSS.disable');
}
Disables the CSS agent for the given page.
Future<void> disable() async {
await _client.send('CSS.disable');
}