queryMemberListByPage method

Future<NIMResult<List<NIMSuperTeamMember>>> queryMemberListByPage(
  1. String teamId,
  2. int offset,
  3. int limit
)

分页获取群组成员(Windows & macOS暂不支持)

Implementation

Future<NIMResult<List<NIMSuperTeamMember>>> queryMemberListByPage(
    String teamId, int offset, int limit) async {
  throw UnimplementedError('queryMemberListByPage() is not implemented');
}