getSnapshots method

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

Get all records snapshot.

Implementation

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