flutter_js
flutter_js copied to clipboard
remove unnecessary JSON.stringfy
Remove unnecessary JSON.stringfy.Ensure consistency of data transmission between different implementations.
_jsRuntime.evaluate('JSON.parse(${value.stringResult})'));
Yep. this is really not necessary. I had to add a parse again to revert the stringify error... The non promise version is correct