setPlaceholderSuffix method
Sets the suffix that identifies the end of a placeholder in property values.
For example, in #{host}, the suffix is '}'.
Implementation
@override
void setPlaceholderSuffix(String placeholderSuffix) {
_propertyResolver.setPlaceholderSuffix(placeholderSuffix);
}