setPlaceholderPrefix method
Sets the prefix that identifies a placeholder in property values.
For example, in #{host}
, the prefix is '#{'
.
Implementation
@override
void setPlaceholderPrefix(String placeholderPrefix) {
_propertyResolver.setPlaceholderPrefix(placeholderPrefix);
}