handleLocaleChanged method
Called when the system locale changes.
Calls dispatchLocalesChanged to notify the binding observers.
Implementation
@protected
@mustCallSuper
@visibleForTesting
void handleLocaleChanged() {
dispatchLocalesChanged(platformDispatcher.locales);
}