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