clearLogs method

void clearLogs()

Implementation

void clearLogs() {
  _allLogs.clear();
  logs.clear();
}