assignAgent method
Sets the agent surface. Emits on the (optional) assignedAgent stream.
Implementation
void assignAgent(AgentInfo agent) => _client._agent.add(agent);
Sets the agent surface. Emits on the (optional) assignedAgent stream.
void assignAgent(AgentInfo agent) => _client._agent.add(agent);