get method
Get a single record.
Implementation
Future<SdbIndexRecordSnapshot<K, V, I>?> get(SdbClient client) =>
impl.getImpl(client);
Get a single record.
Future<SdbIndexRecordSnapshot<K, V, I>?> get(SdbClient client) =>
impl.getImpl(client);