getKey method

Future<K?> getKey(
  1. SdbClient client
)

Get a single record key.

Implementation

Future<K?> getKey(SdbClient client) => impl.getKeyImpl(client);