Writes value string associated with key.
value
key
@override void write(String key, String value) => _store[key] = value;