stopViolationsReport method
Stop violation reporting.
Implementation
Future<void> stopViolationsReport() async {
await _client.send('Log.stopViolationsReport');
}
Stop violation reporting.
Future<void> stopViolationsReport() async {
await _client.send('Log.stopViolationsReport');
}