clearLogs static method

dynamic clearLogs()

Implementation

static clearLogs() {
  logModels.clear();
  ApplicationLogViewManager.updateLogOverlayEntry();
}