Writes a string value.
@override Future<void> setString(String key, String value) async => _store[key] = value;