Creates or replaces key with value.
key
value
void put(String key, Object? value) => set(key, value);