Sets a string value for a string key.
value
key
Returns the Param object after setting the given value for the key.
Param putString(String key, String value) { builderAgent?.putString(key, value); return this; }