clearLogs method

void clearLogs()

Implementation

void clearLogs() {
  _logs.clear();
  logsSubject.add([]);
}