removeManagers method

Future<NIMResult<List<NIMSuperTeamMember>>> removeManagers(
  1. String teamId,
  2. List<String> accountList
)

移除管理员 拥有者撤销管理员权限

Implementation

Future<NIMResult<List<NIMSuperTeamMember>>> removeManagers(
    String teamId, List<String> accountList) async {
  throw UnimplementedError('removeManagers() is not implemented');
}