***
## title: set()
```js
void store.set(string key, mixed value)
```
Stores the value of `value` in the store under key `key`.