mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This functionality is added in issue #41523. Allows runners to request the singleton instance of `sys::ComponentContext`, while it remains also accessible to component-specific code that does not have direct access to top-level objects. Fixes #41523