When calling Unserialize on an AXTreeUpdate, check whether the focus_id has changed. If so, emit a FOCUS_CHANGED event from the event generator. This allows the platform-specific FlutterPlatformNodeDelegate implementations to handle focus changes originating from the framework, and trigger the appropriate operating system focus-changed notifications. Issue: https://github.com/flutter/flutter/issues/77838