enable method
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');
}
Enables issues domain, sends the issues collected so far to the client by means of the
issueAdded
event.
Future<void> enable() async {
await _client.send('Audits.enable');
}