menu
idb_shim package
documentation
sdb.dart
SdbTransactionStoreRefExtension<K extends KeyBase, V extends ValueBase>
getRecord method
getRecord method
dark_mode
light_mode
getRecord
method
Future
<
SdbRecordSnapshot
<
K
,
V
>
?
>
getRecord
(
K
key
)
Get a single record.
Implementation
Future<SdbRecordSnapshot<K, V>?> getRecord(K key) => _impl.getRecordImpl(key);
idb_shim package
documentation
sdb
SdbTransactionStoreRefExtension<K extends KeyBase, V extends ValueBase>
getRecord method
SdbTransactionStoreRefExtension extension on
SdbTransactionStoreRef
<
K
,
V
>