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);