clearAgentTranscriptSubdir method

void clearAgentTranscriptSubdir(
  1. String agentId
)

Clear an agent's transcript subdirectory.

Implementation

void clearAgentTranscriptSubdir(String agentId) {
  _agentTranscriptSubdirs.remove(agentId);
}