clearLogs method

void clearLogs()

Implementation

void clearLogs() {
  logsNotifier.value = [];
  logsNotifier.notifyListeners();
}