void updateStyles()

Re-evaluates and applies custom CSS properties based on dynamic changes to this element's scope, such as adding or removing classes in this element's local DOM.

For performance reasons, Polymer's custom CSS property shim relies on this explicit signal from the user to indicate when changes have been made that affect the values of custom properties.

Source

void updateStyles() => jsElement.callMethod('updateStyles');