Martin Kustermann 0e6ffa7346 [web] Remove unused allowInterop usage in flutter web code (flutter/engine#50718)
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
2024-02-16 21:46:42 +01:00
..