handleLocaleChanged method

  1. @protected
  2. @mustCallSuper
void handleLocaleChanged()

Called when the system locale changes.

Calls dispatchLocaleChanged to notify the binding observers.

See Window.onLocaleChanged.

Implementation

@protected
@mustCallSuper
void handleLocaleChanged() {
  dispatchLocalesChanged(window.locales);
}