get abstract method

Future<V> get(
  1. K key
)

Returns the value associated with the key.

Implementation

Future<V> get(K key);