startRuleUsageTracking method
Enables the selector recording.
Implementation
Future<void> startRuleUsageTracking() async {
await _client.send('CSS.startRuleUsageTracking');
}
Enables the selector recording.
Future<void> startRuleUsageTracking() async {
await _client.send('CSS.startRuleUsageTracking');
}