getVisitorThreadsAll method

Future<List<Thread>> getVisitorThreadsAll()

Implementation

Future<List<Thread>> getVisitorThreadsAll() async {
  return await bytedeskHttpApi.getVisitorThreadsAll();
}