getAllSync abstract method

List<OBJ?> getAllSync(
  1. List<int> ids
)

Get a list of objects by their ids or null if an object does not exist.

Implementation

List<OBJ?> getAllSync(List<int> ids);