AgentManageService class abstract

Implementers

Constructors

AgentManageService.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAgent(AgentDto agentDto) Future<String>
getAgent(String agentId) Future<AgentDto?>
getAgents() Future<List<AgentInfoDto>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAgent(String agentId) Future<String?>
toString() String
A string representation of this object.
inherited
updateAgent(String agentId, AgentDto agentDto) Future<String?>

Operators

operator ==(Object other) bool
The equality operator.
inherited