clearLogs method

  1. @visibleForTesting
void clearLogs()

Clear logs (for testing)

Implementation

@visibleForTesting
void clearLogs() {
  if (!kDebugMode) return;
  _logs.clear();
}