assignAgent method

void assignAgent(
  1. AgentInfo agent
)

Sets the agent surface. Emits on the (optional) assignedAgent stream.

Implementation

void assignAgent(AgentInfo agent) => _client._agent.add(agent);