handleLocaleChanged method
- @protected
- @mustCallSuper
@mustCallSuper, @protected
Called when the system locale changes.
Calls dispatchLocaleChanged
to notify the binding observers.
Implementation
@protected
@mustCallSuper
void handleLocaleChanged() {
dispatchLocalesChanged(ui.window.locales);
}