getAllAIUsers method

List<NIMAIUser> getAllAIUsers()

获取所有AI用户

Implementation

List<NIMAIUser> getAllAIUsers() {
  return aiUserCache.values.toList();
}