Sets the value associated with key. The Future completes when the operation is complete.
key
@override Future<void> set(K key, V value) async { _map[key] = value; }