getSnapshots method
- DatabaseClient client
Find multiple records.
Returns an empty array if none found.
Implementation
Future<List<RecordSnapshot<K, V>>> getSnapshots(DatabaseClient client);
Find multiple records.
Returns an empty array if none found.
Future<List<RecordSnapshot<K, V>>> getSnapshots(DatabaseClient client);