Files
flutter/engine
Srujan Gaddam 31d3ab1d52 Remove implements of JS types on @staticInterop classes (flutter/engine#47869)
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.
2023-11-09 19:56:14 -08:00
..