getRecord method

Future<SdbRecordSnapshot<K, V>?> getRecord(
  1. K key
)

Get a single record.

Implementation

Future<SdbRecordSnapshot<K, V>?> getRecord(K key) => impl.getRecordImpl(key);