getKey abstract method

Future<Object?> getKey(
  1. Object key
)

returns the key selected by the specified key, null if not found.

Implementation

Future<Object?> getKey(Object key);