You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dart 3.3 had the problem of some JS-interop methods declared to return
a `JSBoolean` actually returning a Dart `bool`, causing compilation
errors.
Now that dart-lang/sdk#55024 has been fixed
in Dart 3.4, the workarounds introduced to fix the issue can be
reverted.
0 commit comments