getAll abstract method

Future<List<OBJ?>> getAll(
  1. List<Id> ids
)

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

Implementation

Future<List<OBJ?>> getAll(List<Id> ids);