getAgentStatus static method

Future<String> getAgentStatus(
  1. String agentUid
)

Implementation

static Future<String> getAgentStatus(String agentUid) async {
  return BytedeskUserHttpApi().getAgentStatus(agentUid);
}