clear method

Future<void> clear()

Clears the log.

Implementation

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