clearLogEntries static method

void clearLogEntries()

Implementation

static void clearLogEntries() {
  listLogNotifier.value = <String, LogEntry>{};
}