getAllByIndexSync abstract method

  1. @experimental
List<OBJ?> getAllByIndexSync(
  1. String indexName,
  2. List<IndexKey> keys
)

Get a list of objects by the unique index indexName and keys.

Returns null if the object does not exist.

If possible, you should use the generated type-safe methods instead.'

Implementation

@experimental
List<OBJ?> getAllByIndexSync(String indexName, List<IndexKey> keys);