removeManagers method

Future<NIMResult<List<NIMTeamMember>>> removeManagers(
  1. String teamId,
  2. List<String> managers
)

Implementation

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