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