get abstract method

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

GET command (get value)

Implementation

Future<V?> get(K key);