SdbRecordRefExtension<K extends KeyBase, V extends ValueBase> extension

Store methods.

on

Methods

delete(SdbClient client) Future<void>
Delete a single record.
get(SdbClient client) Future<SdbRecordSnapshot<K, V>?>
Get a single record.
getValue(SdbClient client) Future<V?>
Get a single value, returns null if not found.
put(SdbClient client, V value) Future<void>
Put a single record.