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>?>

Available on RecordsRef<K, V>, provided by the SembastRecordsRefSyncExtension extension

Get all records snapshot synchronously.
getSync(DatabaseClient client) List<V?>

Available on RecordsRef<K, V>, provided by the SembastRecordsRefSyncExtension extension

Get all records values synchronously.
onSnapshotsSync(Database database) Stream<List<RecordSnapshot<K, V>?>>

Available on RecordsRef<K, V>, provided by the SembastRecordsRefSyncExtension extension

Get a stream of a record snapshots from the database.