getSnapshotsSync method

List<RecordSnapshot<K, V>> getSnapshotsSync(
  1. DatabaseClient client
)

Find multiple records. Synchronous version.

Returns an empty array if none found.

Implementation

List<RecordSnapshot<K, V>> getSnapshotsSync(DatabaseClient client) =>
    sembastQueryRef.store.findSync(client, finder: sembastQueryRef.finder);