SembastRecordsRefSyncExtension<K, V> extension

Record ref sembast public extension.

Provides access helper to data on the store using a given DatabaseClient.

on

Methods

getSnapshotsSync(DatabaseClient databaseClient) List<RecordSnapshot<K, V>?>
Get all records snapshot synchronously.
getSync(DatabaseClient client) List<V?>
Get all records values synchronously.
onSnapshotsSync(Database database) Stream<List<RecordSnapshot<K, V>?>>
Get a stream of a record snapshots from the database.