mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The CLs that migrated to static interop forgot to update the corresponding comments regarding the need to use `allowInterop`. The re-exported `allowInterop` function happened in an internal library (not exposed via `dart:ui*`) and was unused. Issue https://github.com/dart-lang/sdk/issues/54908