ownsAgent method

bool ownsAgent(
  1. String exposedId
)

Implementation

bool ownsAgent(String exposedId) => _registeredAgents.contains(exposedId);