getKeySync method
Find first record key matching the query. Synchrnous version.
Returns null if none found.
Implementation
K? getKeySync(DatabaseClient client) =>
sembastQueryRef.store.findKeySync(client, finder: sembastQueryRef.finder);
Find first record key matching the query. Synchrnous version.
Returns null if none found.
K? getKeySync(DatabaseClient client) =>
sembastQueryRef.store.findKeySync(client, finder: sembastQueryRef.finder);