unregisterAgent method
Unregister an agent from the active agent registry.
Implementation
void unregisterAgent(String agentId) {
_agentRegistry.remove(agentId);
}
Unregister an agent from the active agent registry.
void unregisterAgent(String agentId) {
_agentRegistry.remove(agentId);
}