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