set abstract method
Sets the value associated with key
. The Future completes when the
operation is complete.
Implementation
Future<void> set(K key, V value);
Sets the value associated with key
. The Future completes when the
operation is complete.
Future<void> set(K key, V value);