getKey method
Find first record key matching the query.
Returns null if none found.
Implementation
Future<K?> getKey(DatabaseClient client) =>
sembastQueryRef.store.findKey(client, finder: sembastQueryRef.finder);
Find first record key matching the query.
Returns null if none found.
Future<K?> getKey(DatabaseClient client) =>
sembastQueryRef.store.findKey(client, finder: sembastQueryRef.finder);