getSnapshots method

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

Find multiple records.

Returns an empty array if none found.

Implementation

Future<List<RecordSnapshot<K, V>>> getSnapshots(DatabaseClient client) =>
    sembastQueryRef.store.find(client, finder: sembastQueryRef.finder);