touch static method

void touch()

Implementation

static void touch() {
  listLogNotifier.value =
      Map<String, LogEntry>.from(listLogNotifier.value); // immutable bump
}