SembastRecordsRefSyncExtension<K, V> extension
Record ref sembast public extension.
Provides access helper to data on the store using a given DatabaseClient.
- on
-
- RecordsRef<
K, V>
- RecordsRef<
Methods
-
getSnapshotsSync(
DatabaseClient databaseClient) → List< RecordSnapshot< K, V> ?> -
Available on RecordsRef<
Get all records snapshot synchronously.K, V> , provided by the SembastRecordsRefSyncExtension extension -
getSync(
DatabaseClient client) → List< V?> -
Available on RecordsRef<
Get all records values synchronously.K, V> , provided by the SembastRecordsRefSyncExtension extension -
onSnapshotsSync(
Database database) → Stream< List< RecordSnapshot< >K, V> ?> -
Available on RecordsRef<
Get a stream of a record snapshots from the database.K, V> , provided by the SembastRecordsRefSyncExtension extension