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
Return value from callable to work around VM issue
Due to dart-lang/sdk#56064, Dart stable 3.4
reports an exception on native calls involving `NativeCallable`s
returning `null` (which they do for `void`).
This exception is not critical as it only occurs when a debugger is
attached, but it's still annoying and easy to work around by returning
a bogus value then dropped.
Closessimolus3#242
0 commit comments