put abstract method

Future<void> put(
  1. K key,
  2. V value
)

Stores a value with the given key.

Overwrites any existing value for this key.

Implementation

Future<void> put(K key, V value);