AgentManageServiceByMap class
- Implemented types
Constructors
Properties
Methods
-
addAgent(
AgentDto agentDto) → Future< String> -
override
-
getAgent(
String agentId) → Future< AgentDto?> -
override
-
getAgents(
) → Future< List< AgentInfoDto> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAgent(
String agentId) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateAgent(
String agentId, AgentDto agentDto) → Future< String?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited