allocateIds abstract method

Future<List<Key>> allocateIds(
  1. List<Key> keys
)

Allocate integer IDs for the partially populated keys given as argument.

The returned Keys will be fully populated with the allocated IDs.

Implementation

Future<List<Key>> allocateIds(List<Key> keys);