test
test copied to clipboard
Clean up the `isJS` and `isWasm` booleans from the Runtime wire format
I am faking them for now when serializing, to maintain backwards compatibility with older flutter versions, when a user doesn't have a (transitive) dependency on test_api. But we should delete them after some period of time (TBD).
Blocked on https://github.com/flutter/flutter/issues/91107 specifically although we should maintain this backward compatibility for at least one stable version of flutter.