Custom action to launch URL?

Custom Code

I'm working on implementing payment logic, and most of my implementation is done using custom actions. I implemented payment using a create flutter app, whene the payment url was accessed using the lauchUrl package, but I did the same in flutter flow Custom Actions and the URL is not being launched on my test run after all the payment custom actions have been executed. So my question is... Is it possible to launchUrl's from custom actions, or should I look to implement it as per the flutter flow docs?

What have you tried so far?

I've tried running the code locally on an actual flutter application using flutter create app, and it ran successfully, but doesn't run in flutterflow actions.

Did you check FlutterFlow's Documentation for this topic?
No
1