stopViolationsReport method

Future<void> stopViolationsReport()

Stop violation reporting.

Implementation

Future<void> stopViolationsReport() async {
  await _client.send('Log.stopViolationsReport');
}