clearLogs method

void clearLogs()

Implementation

void clearLogs() {
  emit(state.copyWith(logs: []));
}