removeManagers method Null safety

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

Remove admins The group owner revoke the admin privilege

Implementation

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