getKeysSync method

List<K> getKeysSync(
  1. DatabaseClient client
)

Find multiple record keys. Synchronous version.

Returns an empty array if none found.

Implementation

List<K> getKeysSync(DatabaseClient client) => sembastQueryRef.store
    .findKeysSync(client, finder: sembastQueryRef.finder);