get method

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

Get a single record.

Implementation

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