getUnreadCountAgent static method

Future<String> getUnreadCountAgent()

Implementation

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