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
{{ message }}
This repository was archived by the owner on Sep 27, 2021. It is now read-only.
Isolate.spawn is called with a callback of type SendPort -> void, but the parameter type is dynamic -> void. This currently is accepted because of the deprecated fuzzy arrow feature, and should be fixed up.
On this line:
https://github.com/dart-lang/isolate/blob/master/lib/isolate_runner.dart#L58
Isolate.spawn is called with a callback of type
SendPort -> void
, but the parameter type isdynamic -> void
. This currently is accepted because of the deprecated fuzzy arrow feature, and should be fixed up.Context here:
dart-lang/sdk#30590
The text was updated successfully, but these errors were encountered: