createTeam abstract method

Future<NIMCreateTeamResult?> createTeam(
  1. List<String> selectNames,
  2. NIMTeamTypeEnum teamType,
  3. List<String> members, [
  4. String? iconUrl,
  5. String? postscript,
])

Implementation

Future<NIMCreateTeamResult?> createTeam(
    List<String> selectNames, NIMTeamTypeEnum teamType, List<String> members,
    [String? iconUrl, String? postscript]);