getBatch abstract method

Future<List<Sub2ApiAdminUserAttributeSnapshot>> getBatch(
  1. List<int> userIds, {
  2. Sub2ApiRequestOptions? requestOptions,
})

Implementation

Future<List<Sub2ApiAdminUserAttributeSnapshot>> getBatch(
  List<int> userIds, {
  Sub2ApiRequestOptions? requestOptions,
});