get abstract method

Future<V?> get(
  1. K key
)

Retrieves a value by its key.

Returns the value if found, null otherwise.

Implementation

Future<V?> get(K key);