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