enable method

Future<void> enable()

Enables issues domain, sends the issues collected so far to the client by means of the issueAdded event.

Implementation

Future<void> enable() async {
  await _client.send('Audits.enable');
}