set abstract method

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

Sets the value associated with key. The Future completes when the operation is complete.

Implementation

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