getKeys method
Find multiple record keys
Returns an empty array if none found.
Implementation
Future<List<K>> getKeys(DatabaseClient client) =>
sembastQueryRef.store.findKeys(client, finder: sembastQueryRef.finder);
Find multiple record keys
Returns an empty array if none found.
Future<List<K>> getKeys(DatabaseClient client) =>
sembastQueryRef.store.findKeys(client, finder: sembastQueryRef.finder);