clearLogs method

Future<void> clearLogs()

Implementation

Future<void> clearLogs() async {
  await _repository.clearLogs();
}