lookup abstract method
Looks up the fully populated keys
in the datastore and returns either
the Entity corresponding to the Key or null
. The order in the
returned Entitys is the same as in keys
.
If a transaction
is given, the lookup will be within this transaction.
Implementation
Future<List<Entity?>> lookup(List<Key> keys, {Transaction transaction});