enable method
Enables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received.
Implementation
Future<void> enable() async {
await _client.send('CSS.enable');
}
Enables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received.
Future<void> enable() async {
await _client.send('CSS.enable');
}