get method

Future<SdbRecordSnapshot<K, V>?> get(
  1. SdbClient client
)

Get a single record.

Implementation

Future<SdbRecordSnapshot<K, V>?> get(SdbClient client) =>
    impl.getImpl(client);