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
[dart2wasm] Return null in void typed interop functions
Instead of boxing the return values just return `null`.
Also drop the result type from the imports when the return type is
`void`.
Change-Id: I871717480e516ac4cec260b2f9f4abe3dd5df535
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/424742
Commit-Queue: Ömer Ağacan <[email protected]>
Reviewed-by: Martin Kustermann <[email protected]>
0 commit comments