Hi, I came across from here: https://github.com/abner/flutter_js/issues/169. Thanks for this library. How do you call Dart code from JS please? flutter_js has ``` javascriptRuntime.onMessage('someChannelName', (dynamic args) { print(args); }); ``` Is there an equivalent here? Thanks
Hi,
I came across from here: abner/flutter_js#169.
Thanks for this library.
How do you call Dart code from JS please?
flutter_js has
Is there an equivalent here? Thanks