mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
JS types are going to become extension types and as such, @staticInterop types cannot implement these types. When we migrate these classes to extension types, we can add back the subtyping. Enables https://github.com/dart-lang/sdk/issues/52687.