set abstract method

Future<V> set(
  1. K key,
  2. FutureOr<V> value
)

Stores the value associated with the key.

Implementation

Future<V> set(K key, FutureOr<V> value);