Is there a HOWTO document on calling a Javascript function from Dart?

I’m creating a custom action in FlutterFlow and need to run functionality available only via a Javascript library. I’ve looked at the js_interop documentation but it’s hopelessly unhelpful. is there a guide out there on how to do this?

I’ve also looked at some other packages like flutter_qjs but it’s not clear to me what I should be using