clear method
Clears all the logs from memory (but not from disk).
Implementation
void clear() {
allLogs.clear();
subsystemLogs.clear();
videoLogs.clear();
autonomyLogs.clear();
dashboardLogs.clear();
models.home.clear(clearErrors: true);
notifyListeners();
}