clearLogs method

void clearLogs()

清空导航日志

Implementation

void clearLogs() {
  _navigationLogs.clear();
  _logCounter = 0;
}